summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2012-05-28 15:16:04 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2012-05-28 15:16:04 (GMT)
commitbc3307ed6e9911ef9a9e882b00bdb2fa32158fa3 (patch)
tree428186b29058adb1a8b4c0e93e2ce6dedbe674d4 /NEWS
parent5a5d3d7013dbc098a5fed9831fa443af93bdd983 (diff)
downloadmonitoring-plugins-bc3307ed6e9911ef9a9e882b00bdb2fa32158fa3.tar.gz
Add support for specifying SSL protocol version
The check_http -S/--ssl option now takes an optional argument which specifies the desired SSL/TLS protocol version (#3285367 - Jason Lunn).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 901eaed..fbc5c8b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ This file documents the major additions and syntax changes between releases.
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 check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski)
9 check_http now supports an optional -S/--ssl value to choose the SSL protocol version (#3066166 - Jason Lunn)
9 Add perfdata to check_ssh (#3244097 - Marco Beck) 10 Add perfdata to check_ssh (#3244097 - Marco Beck)
10 New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson) 11 New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson)
11 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein) 12 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein)