[Pkg-nagios-changes] [pkg-nagios] r1592 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Thu Nov 13 09:23:50 UTC 2008
Author: waja
Date: 2008-11-13 09:23:50 +0000 (Thu, 13 Nov 2008)
New Revision: 1592
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
add missing auth pair parameter
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2008-10-05 10:02:43 UTC (rev 1591)
+++ nagios-plugins/trunk/debian/changelog 2008-11-13 09:23:50 UTC (rev 1592)
@@ -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
Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg 2008-10-05 10:02:43 UTC (rev 1591)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg 2008-11-13 09:23:50 UTC (rev 1592)
@@ -43,7 +43,7 @@
# '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 @@
# '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
More information about the Pkg-nagios-changes
mailing list