fix check_http?_hostname*

This commit is contained in:
Jan Wagner 2008-09-22 15:06:52 +00:00
parent e6ca5446ce
commit 04e4d36f7a
2 changed files with 5 additions and 4 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ nagios-plugins (1.4.12-4) UNRELEASED; urgency=low
patch was incomplete
* add warning and critical threshold to check_disk_smb_user command
definition
* fix check_http?_hostname* command definitions
-- Jan Wagner <waja@cyconet.org> Sun, 24 Aug 2008 07:40:12 +0200

View file

@ -31,7 +31,7 @@ define command{
# 'check_https_hostname' command definition
define command{
command_name check_https_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$'
}
# 'check_https_auth' command definition
@ -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$'
}
# 'check_cups' command definition
@ -65,7 +65,7 @@ define command{
# 'check_http_hostname_4' command definition
define command{
command_name check_httpname_4
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$' -4
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$' -4
}
# 'check_http2_4' command definition
@ -89,7 +89,7 @@ define command{
# 'check_https_hostname_4' command definition
define command{
command_name check_https_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$' -4
}
# 'check_https_auth_4' command definition