fix check_httpname

This commit is contained in:
Jan Wagner 2009-04-20 14:01:50 +00:00
parent 95064a738a
commit e8c178eb51
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
nagios-plugins (1.4.12-6) UNRELEASED; urgency=low nagios-plugins (1.4.12-6) UNRELEASED; urgency=low
* NOT RELEASED YET * add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)
-- Jan Wagner <waja@cyconet.org> Sun, 01 Feb 2009 03:19:57 +0100 -- Jan Wagner <waja@cyconet.org> Sun, 01 Feb 2009 03:19:57 +0100

View file

@ -7,7 +7,7 @@ define command{
# 'check_http_hostname' command definition # 'check_http_hostname' command definition
define command{ define command{
command_name check_httpname command_name check_httpname
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$' command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$'
} }
# 'check_http2' command definition # 'check_http2' command definition