diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2011-01-01 20:29:43 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2011-01-01 20:29:43 (GMT) |
commit | 890e0ae0008d657c461ce9a2a3c62b61ef9fc35b (patch) | |
tree | 13539a7577063e4408a57484c62119277ae505d8 /NEWS | |
parent | a2a279e262ef341b95fe2511d7164cbc60f6b026 (diff) | |
download | monitoring-plugins-890e0ae0008d657c461ce9a2a3c62b61ef9fc35b.tar.gz |
Make check_http use standard threshold functions
This enables floating point and ranges, and make the code more standard.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ This file documents the major additions and syntax changes between releases. | |||
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) | 5 | check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) |
6 | check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) | 6 | check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) |
7 | check_http now uses standard threshold functions (enables floating point and ranges) | ||
7 | 8 | ||
8 | FIXES | 9 | FIXES |
9 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) | 10 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) |