Update check_phpfpm_status to 0.10

This commit is contained in:
Jan Wagner 2015-02-20 23:35:10 +01:00
parent 712a20a381
commit 17038528de
3 changed files with 11 additions and 10 deletions

View file

@ -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);