diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2011-02-04 00:54:52 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2011-02-04 00:54:52 -0500 |
commit | 4611e41bc50d15275b316c6f21b688997a9c78c4 (patch) | |
tree | 1de69d9b99ef3986d5680fd9b8a581ce150dd93e /NEWS | |
parent | 1a5a83bb82c35d888229fe9f815fbc663c0f4d3c (diff) | |
download | monitoring-plugins-4611e41bc50d15275b316c6f21b688997a9c78c4.tar.gz |
check_http: check for and print the certificate cn
This patch adds a check for the certificate cn (hostname) to normal
certificate checks. It returns CRITICAL if th cn is missing, otherwise it
prints it in the normal output.
Patch by Stéphane Urbanovski
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ This file documents the major additions and syntax changes between releases. | |||
5 | check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) | 5 | check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) |
6 | check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) | 6 | check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) |
7 | check_http now uses standard threshold functions (enables floating point and ranges) | 7 | check_http now uses standard threshold functions (enables floating point and ranges) |
8 | check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski) | ||
8 | 9 | ||
9 | FIXES | 10 | FIXES |
10 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) | 11 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) |