Changing check_httpname to the intended check_http_hostname definition

(Closes: #1099028)
This commit is contained in:
Jan Wagner 2025-04-20 09:55:21 +02:00
parent 3a5f25020e
commit 55f87b7a39

View file

@ -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$'
}