Changing check_httpname to the intended check_http_hostname definition
(Closes: #1099028)
This commit is contained in:
parent
3a5f25020e
commit
55f87b7a39
1 changed files with 2 additions and 2 deletions
4
debian/pluginconfig/http.cfg
vendored
4
debian/pluginconfig/http.cfg
vendored
|
@ -6,7 +6,7 @@ define command{
|
|||
|
||||
# 'check_http_hostname' command definition
|
||||
define command{
|
||||
command_name check_httpname
|
||||
command_name check_http_hostname
|
||||
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$' '$ARG1$'
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ define command{
|
|||
|
||||
# 'check_http_hostname_4' command definition
|
||||
define command{
|
||||
command_name check_httpname_4
|
||||
command_name check_http_hostname_4
|
||||
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$' -4 '$ARG1$'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue