[Pkg-nagios-changes] [pkg-nagios-plugins] 165/413: add missing auth pair parameter

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 452539f283c17408edc8f96975e13a63bbfe82a5
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Nov 13 09:23:50 2008 +0000

    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 <waja at cyconet.org>  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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list