add missing auth pair parameter
This commit is contained in:
parent
db0560ad6a
commit
452539f283
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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@cyconet.org> Thu, 02 Oct 2008 00:45:31 +0200
|
||||
|
||||
|
|
4
debian/pluginconfig/http.cfg
vendored
4
debian/pluginconfig/http.cfg
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue