forked from regilero/check_phpfpm_status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
21 lines (17 loc) · 794 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)
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)