From 452539f283c17408edc8f96975e13a63bbfe82a5 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 13 Nov 2008 09:23:50 +0000 Subject: [PATCH] add missing auth pair parameter --- debian/changelog | 3 ++- debian/pluginconfig/http.cfg | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3b2977..8565a8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ nagios-plugins (1.4.12-5) UNRELEASED; urgency=low - * NOT RELEASED YET + * add missing auth pair parameter to check_https_auth_hostname* command + definitions -- Jan Wagner Thu, 02 Oct 2008 00:45:31 +0200 diff --git a/debian/pluginconfig/http.cfg b/debian/pluginconfig/http.cfg index d3fdbce..56fa6c0 100644 --- a/debian/pluginconfig/http.cfg +++ b/debian/pluginconfig/http.cfg @@ -43,7 +43,7 @@ define command{ # 'check_https_auth_hostname' command definition define command{ command_name check_https_auth_hostname - command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME$' -I '$HOSTADDRESS$' + command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME$' -I '$HOSTADDRESS$' -a '$ARG1$' } # 'check_cups' command definition @@ -101,7 +101,7 @@ define command{ # 'check_https_auth_hostname_4' command definition define command{ command_name check_https_auth_hostname_4 - command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME' -I '$HOSTADDRESS$' -4 + command_line /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME' -I '$HOSTADDRESS$' -a '$ARG1$' -4 } # 'check_cups_4' command definition