summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 21:10:47 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-18 21:10:47 (GMT)
commitd86005e66c9a0368e0c8e5747127253814670806 (patch)
tree15d7f966564cc3c40a7c2df6d038d122ea01eb07
parent8e444095e88428137594d6bd2f04af8daed0a1fb (diff)
downloadmonitoring-plugins-d86005e66c9a0368e0c8e5747127253814670806.tar.gz
NEWS: Mention the new "check_http -J/-K" options
Closes #48.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d916283..b16c4e4 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ This file documents the major additions and syntax changes between releases.
15 Made Verbose output of check_sensors compliant (Gabriele Tozzi) 15 Made Verbose output of check_sensors compliant (Gabriele Tozzi)
16 New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn) 16 New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn)
17 New check_http -d option to specify a string to expect within the response headers 17 New check_http -d option to specify a string to expect within the response headers
18 New check_http -J/-K options for client certificate authentication support
18 Add support for executing queries to check_pgsql 19 Add support for executing queries to check_pgsql
19 Let check_pgsql accept a UNIX socket directory as hostname 20 Let check_pgsql accept a UNIX socket directory as hostname
20 New check_pgsql -o option to specify additional connection parameters 21 New check_pgsql -o option to specify additional connection parameters