summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-10 09:09:22 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-10 09:09:22 (GMT)
commit6b28ae739b1ca9f20519f7522b52d055ce3a0902 (patch)
tree440a23dc7092b7b1d5b31eadf307a48c05db3192 /NEWS
parent5bfca4b34d15ef40239ed6074b9ff9c061022946 (diff)
downloadmonitoring-plugins-6b28ae739b1ca9f20519f7522b52d055ce3a0902.tar.gz
check_http: Support HTTP CONNECT methodhw/http-connect
Add the -Y/--http-connect[=<port>] option which tells check_http to use the HTTP CONNECT method for tunneling an HTTPS connection through a proxy server. This is a modified version of a patch provided by Mark Frost in SourceForge tracker item #2975393, updated for the current check_http code. Changes include: - Let the new --http-connect option imply --ssl. - Allow for specifying the server port the proxy should connect to.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c01776..17acce2 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ This file documents the major additions and syntax changes between releases.
17 New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn) 17 New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn)
18 New check_http -d option to specify a string to expect within the response headers 18 New check_http -d option to specify a string to expect within the response headers
19 New check_http -J/-K options for client certificate authentication support 19 New check_http -J/-K options for client certificate authentication support
20 New check_http -Y/--http-connect[=<port>] option for tunneling SSL connections through proxies
20 Add support for executing queries to check_pgsql 21 Add support for executing queries to check_pgsql
21 Let check_pgsql accept a UNIX socket directory as hostname 22 Let check_pgsql accept a UNIX socket directory as hostname
22 New check_pgsql -o option to specify additional connection parameters 23 New check_pgsql -o option to specify additional connection parameters