summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornagios <nagios@opsviewdev32.(none)>2010-11-15 15:43:41 (GMT)
committernagios <nagios@opsviewdev32.(none)>2010-11-15 15:43:41 (GMT)
commit896962a1ad1b7d7c75d42c565b06cc799feb0a7c (patch)
tree12723ac6ebc1f99109a03a938602a4719a0622e5 /NEWS
parente7ac2e68c9524ffed4046559fef0b545785e64a0 (diff)
downloadmonitoring-plugins-896962a1ad1b7d7c75d42c565b06cc799feb0a7c.tar.gz
check_snmp now considers strings returned by SNMP that contain just
numbers (according to strtod) to be a numeric value for threshold and performance data
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c0396c1..0d6d3b0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ This file documents the major additions and syntax changes between releases.
3... 3...
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 FIXES
7 check_snmp now attempts to convert string responses into a double value. If the full string is a value,
8 check_snmp will consider it a numeric value and thus apply threshold checks and return performance data.
9 This reverts back to 1.4.14 behaviour with strings
6 10
71.4.15 27th July 2010 111.4.15 27th July 2010
8 ENHANCEMENTS 12 ENHANCEMENTS