diff --git a/debian/pluginconfig/http.cfg b/debian/pluginconfig/http.cfg index 16072de..8e67496 100644 --- a/debian/pluginconfig/http.cfg +++ b/debian/pluginconfig/http.cfg @@ -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$' }