Code

check_snmp now considers strings returned by SNMP that contain just
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index c0396c19b9b255b29c2dab4660d4b313aabb4636..0d6d3b064d31c06adacb891b5ed06d359756acbf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ This file documents the major additions and syntax changes between releases.
 ...
        ENHANCEMENTS
        check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly)
+       FIXES
+       check_snmp now attempts to convert string responses into a double value. If the full string is a value, 
+         check_snmp will consider it a numeric value and thus apply threshold checks and return performance data.
+         This reverts back to 1.4.14 behaviour with strings
 
 1.4.15 27th July 2010
        ENHANCEMENTS