check_phpfpm_status: Drop unneeded path patch
This commit is contained in:
parent
f7e67c0f74
commit
54a63765e2
17
debian/patches/check_phpfpm_status/10_pathes
vendored
17
debian/patches/check_phpfpm_status/10_pathes
vendored
|
@ -1,17 +0,0 @@
|
||||||
Author: Jan Wagner <waja@cyconet.org>
|
|
||||||
Description:
|
|
||||||
Patches check_phpfpm_status to use debian specific paths.
|
|
||||||
|
|
||||||
diff --git a/check_phpfpm_status/check_phpfpm_status b/check_phpfpm_status/check_phpfpm_status
|
|
||||||
index 678170b..d0c099b 100644
|
|
||||||
--- a/check_phpfpm_status/check_phpfpm_status
|
|
||||||
+++ b/check_phpfpm_status/check_phpfpm_status
|
|
||||||
@@ -22,7 +22,7 @@ use Digest::MD5 qw(md5 md5_hex);
|
|
||||||
|
|
||||||
# Nagios specific
|
|
||||||
# Update Nagios Plugin path according to your platform/installation
|
|
||||||
-use lib "/usr/local/nagios/libexec";
|
|
||||||
+use lib "/usr/lib/nagios/plugins";
|
|
||||||
use utils qw($TIMEOUT);
|
|
||||||
|
|
||||||
# Globals
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -2,7 +2,6 @@ check_ipsec/10_pathes
|
||||||
check_ipsec/15_fix_syntax
|
check_ipsec/15_fix_syntax
|
||||||
check_ipsec/20_remove_gateway
|
check_ipsec/20_remove_gateway
|
||||||
check_mysql_slave//epn
|
check_mysql_slave//epn
|
||||||
check_phpfpm_status/10_pathes
|
|
||||||
check_sieve/epn
|
check_sieve/epn
|
||||||
check_sieve/10_pathes
|
check_sieve/10_pathes
|
||||||
check_tftp/epn
|
check_tftp/epn
|
||||||
|
|
Loading…
Reference in a new issue