Add epn patch for check_tftp

This commit is contained in:
Jan Wagner 2014-05-02 22:26:04 +02:00
parent ea93f67faf
commit cc3665131a
3 changed files with 14 additions and 2 deletions

5
debian/changelog vendored
View file

@ -1,12 +1,13 @@
monitoring-plugins-cyconet (2.20140502~1.gbp2a82d2) unstable; urgency=medium
monitoring-plugins-cyconet (2.20140502~1.gbp899a98) unreleased; urgency=medium
* New release cycle
* [2c398c3] Fix syntax problem in debian/rules
* [2ed4647] Add patch /check_phpfpm_status/10_pathes to make use of utils path
* [cc36782] Add check_tftp
* [2a82d22] Regenerate control and copyright file for +check_tftp
* [899a986] Add epn patch for check_tftp
-- Jan Wagner <waja@cyconet.org> Fri, 02 May 2014 19:54:09 +0200
-- Jan Wagner <waja@cyconet.org> Fri, 02 May 2014 22:26:27 +0200
monitoring-plugins-cyconet (1.20131115) unstable; urgency=low

10
debian/patches/check_tftp/epn vendored Normal file
View file

@ -0,0 +1,10 @@
diff --git a/check_tftp/check_tftp b/check_tftp/check_tftp
index 1d854f2..cf1a13b 100644
--- a/check_tftp/check_tftp
+++ b/check_tftp/check_tftp
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+# nagios: -epn
#
# ============================== SUMMARY =====================================
#

View file

@ -1,2 +1,3 @@
check_tomcat/epn
check_tftp/epn
check_phpfpm_status/10_pathes