Code

check_http: check for and print the certificate cn
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index c35299508f59d72fabf7b99d5083f8d7702071e9..d7fea2735b029a844d4f128f219762c6de0cecfc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,11 +4,15 @@ 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)
 
        FIXES
        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.
+       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 ','
 
 1.4.15 27th July 2010
        ENHANCEMENTS