From 55f87b7a395d877e48fef1758b61344acaadd096 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 20 Apr 2025 09:55:21 +0200 Subject: [PATCH] Changing check_httpname to the intended check_http_hostname definition (Closes: #1099028) --- debian/pluginconfig/http.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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$' }