Skip to content

Commit 43f7fe3

Browse files
committed
version 1.1
1 parent 6da9f03 commit 43f7fe3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Support of http, https and fastgi direct mode.
66

77
You can use this script to draw some graphics (perfparse).
88

9-
PHP-FPM Monitor for Nagios version 1.0
9+
PHP-FPM Monitor for Nagios version 1.1
1010

1111
GPL licence, (c)2012 Leroy Regis
1212

check_phpfpm_status.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env perl
22
# check_phpfpm_status.pl
3-
# Version : 1.0
3+
# Version : 1.1
44
# Author : regis.leroy at makina-corpus.com
55
# based on previous apache status work by Dennis D. Spreen (dennis at spreendigital.de)
66
# Based on check_apachestatus.pl v1.4 by
@@ -26,7 +26,7 @@ package main;
2626
binmode(STDOUT, ":utf8");
2727

2828
# Globals
29-
my $Version='1.0';
29+
my $Version='1.1';
3030
my $Name=$0;
3131

3232
my $o_host = undef; # hostname

tests/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ run_test 3
138138

139139
echo " * Checking version option ----------------------------------------------"
140140
TEST="./check_phpfpm_status.pl -V"
141-
EXPECTED_TEXT="check_phpfpm_status.pl version : 1.0"
141+
EXPECTED_TEXT="check_phpfpm_status.pl version : 1.1"
142142
run_test 3
143143

144144
echo " * Checking version option ----------------------------------------------"
145145
TEST="./check_phpfpm_status.pl --version"
146-
EXPECTED_TEXT="check_phpfpm_status.pl version : 1.0"
146+
EXPECTED_TEXT="check_phpfpm_status.pl version : 1.1"
147147
run_test 3
148148

149149
#FIXME: TODO

0 commit comments

Comments
 (0)