diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-06 12:57:29 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-06 12:57:29 +0200 |
commit | 5029714a9dcd308e5bc813a29bd1a38bfc7ecee7 (patch) | |
tree | 323e5572fd157d5f41fede5cc71f89005cbb9db2 /NEWS | |
parent | dbd38bf7ec95c886b252d5ee0a66735f2f4a47c5 (diff) | |
parent | f43083c6a9d5d9e66d42e7cd0b698b7eb1ecf822 (diff) | |
download | monitoring-plugins-5029714a9dcd308e5bc813a29bd1a38bfc7ecee7.tar.gz |
Merge branch 'pr/1373'
* pr/1373:
check_http: Allow for requesting TLSv1.1/TLSv1.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ This file documents the major additions and syntax changes between releases. Make sure check_disk won't hang on hanging (network) file systems New check_mailq -s option which tells the plugin to use sudo(8) New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) + The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" + to force TLSv1.1 and TLSv1.2 connections, respectively + The check_http -S/--ssl option now allows for specifying the desired + protocol with a "+" suffix to also accept newer versions FIXES Let check_real terminate lines with CRLF when talking to the server, as |