forked from regilero/check_phpfpm_status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
27 lines (22 loc) · 1.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version 0.11 Beta (01-2016) - current moving version
* add -x/ --verifyhostname SSL Hostname verification Option (@Vebryn)
* add default path for icinga in lib
version 0.10 Beta
* fix critical and warning options arguments when first value is a dash
* more documentation about IP; hostname and URI
* document library path dependency (@salderma)
* port variable fix (@slawekp)
* some WARNINGs were sent as CRITICALs (max queue, max processes)
* added default ubuntu paths for nagios lib (@ranzhe)
* space separated perf data output, for better compatibility (@gummiboll)
version 0.9 Beta
* Added -S/--ssl option
* Detect text/html response and exit on CRITICAL (not the good response)
Version 0.3
* warn and critical thresolds now contains 3 values (minimum idle process, max processes reached, max queue reached)
* fixed max queue reached
Version 0.2
* add -s/--servname option, possibility to request by IP with a right Host HTTP header
* add -d/--debug option
Version 0.1
* initial commit, work based on check_apache_status.pl by Dennis D. Spreen (dennis at spreendigital.de)