Skip to content

Commit 6da9f03

Browse files
committed
Version 1.0
1 parent 80b5398 commit 6da9f03

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
version 0.12 Beta (12-2016) - current moving version
1+
version 1.1 Beta (12-2016) - current moving version
2+
3+
version 1.0 (23-12-2016)
24
* Add a direct fascgi mode (without using an http proxy), only for tcp/ip sockets, not file sockets.
35
* verifyhostname only available for LWP::UserAgent->VERSION >= 6.10 (fix #15)
46
* remove utils.pm dependency (so remove also nagios lib paths)

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 0.12
9+
PHP-FPM Monitor for Nagios version 1.0
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 : 0.12
3+
# Version : 1.0
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='0.12';
29+
my $Version='1.0';
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 : 0.12"
141+
EXPECTED_TEXT="check_phpfpm_status.pl version : 1.0"
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 : 0.12"
146+
EXPECTED_TEXT="check_phpfpm_status.pl version : 1.0"
147147
run_test 3
148148

149149
#FIXME: TODO

0 commit comments

Comments
 (0)