aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2010-11-30 22:48:43 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2010-11-30 22:48:43 -0500
commit5a2814a21bff07b87a7589ef19b63c9eecb8be9f (patch)
treee112f9645005cb6fb84b96c11640dd613fe14e0c /NEWS
parent811684ffe394d050158c2a98d5be211d5ded3c88 (diff)
downloadmonitoring-plugins-5a2814a21bff07b87a7589ef19b63c9eecb8be9f.tar.gz
Revert "check_snmp now considers strings returned by SNMP that contain just"
This reverts commit 896962a1ad1b7d7c75d42c565b06cc799feb0a7c. Conflicts: NEWS plugins/tests/check_snmp.t Notes: Reverting because I rebased a patch that was doing the same thing, plus fixing more related regressions, and both didn't work together. I kept the tests intact except for one that wouldn't pass on 1.4.14 either
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index fb130ce7..c3529950 100644
--- a/NEWS
+++ b/NEWS
@@ -6,13 +6,8 @@ This file documents the major additions and syntax changes between releases.
check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699)
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
Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)
check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696)
-
- FIXES
Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds.
1.4.15 27th July 2010