diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-12-01 02:02:23 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-12-01 03:32:33 (GMT) |
commit | df88f95fcaf65d58a9ea172c2b3e2b96d80dff33 (patch) | |
tree | 2ee4154b2f7e96cac96c8bfbc4e3fff5116095fa /NEWS | |
parent | 9faccbb26106fc6f134c783c91d1871af581af02 (diff) | |
download | monitoring-plugins-df88f95fcaf65d58a9ea172c2b3e2b96d80dff33.tar.gz |
check_snmp: Remove that is_numeric madness
Original patch to make Timeticks works as in check_snmp v1.4.14, it turns
out is_numeric isn't so useful and treating all types as numeric works
best for backwards-compatibility. This is how it used to work in 1.4.14.
As a special case, I also make calculate_rate look up for numeric values
as it would otherwise return the last value instead.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ This file documents the major additions and syntax changes between releases. | |||
12 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) | 12 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) |
13 | check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696) | 13 | check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696) |
14 | 14 | ||
15 | FIXES | ||
16 | Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds. | ||
17 | |||
15 | 1.4.15 27th July 2010 | 18 | 1.4.15 27th July 2010 |
16 | ENHANCEMENTS | 19 | ENHANCEMENTS |
17 | New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers") | 20 | New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers") |