diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-10 11:09:22 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-10 11:09:22 +0200 |
commit | 6b28ae739b1ca9f20519f7522b52d055ce3a0902 (patch) | |
tree | 440a23dc7092b7b1d5b31eadf307a48c05db3192 /NEWS | |
parent | 5bfca4b34d15ef40239ed6074b9ff9c061022946 (diff) | |
download | monitoring-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |