fix check_httpname
This commit is contained in:
parent
95064a738a
commit
e8c178eb51
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
2
debian/pluginconfig/http.cfg
vendored
2
debian/pluginconfig/http.cfg
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue