Code

Make check_disk_smb accept spaces in share names (#990948, #1370031, Debian #601699)
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index ff92401cbb85b4fb144af4cf4ff1ef40b23af9df..945801390813064a7a22125eb8e9e92ccb731e51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 This file documents the major additions and syntax changes between releases.
 
+...
+       ENHANCEMENTS
+       check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly)
+       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)
+
 1.4.15 27th July 2010
        ENHANCEMENTS
        New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers")