Update check_phpfpm_status to 0.10
This commit is contained in:
parent
712a20a381
commit
17038528de
3 changed files with 11 additions and 10 deletions
6
debian/patches/check_phpfpm_status/10_pathes
vendored
6
debian/patches/check_phpfpm_status/10_pathes
vendored
|
@ -3,13 +3,13 @@ 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 ae2f68e..e2280a7 100644
|
||||
index 678170b..d0c099b 100644
|
||||
--- a/check_phpfpm_status/check_phpfpm_status
|
||||
+++ b/check_phpfpm_status/check_phpfpm_status
|
||||
@@ -21,7 +21,7 @@ use Digest::MD5 qw(md5 md5_hex);
|
||||
|
||||
@@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue