X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=NEWS;h=8bb0fcb2dbc42be570453c9ac11d513b36f18a7c;hb=refs%2Fheads%2Fsh%2Fpu;hp=945801390813064a7a22125eb8e9e92ccb731e51;hpb=0892c4ac28c4c2e3b6275187f845813b4cd6d320;p=nagiosplug.git diff --git a/NEWS b/NEWS index 9458013..8bb0fcb 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,17 @@ 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) + check_http now uses standard threshold functions (enables floating point and ranges) + check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski) + Add perfdata to check_ssh (#3244097 - Marco Beck) 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) + Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds + Fix check_ldap overriding the port when --ssl was specified after -p + Fix check_procs where regex input of '|' would get displayed in output - now replaced with ',' + Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) 1.4.15 27th July 2010 ENHANCEMENTS