check_squid* was broken with additional argument

This commit is contained in:
Jan Wagner 2013-07-11 11:36:37 +00:00
parent 13738ef8ed
commit 012f62be3b
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
nagios-plugins (1.4.16-3) UNRELEASED; urgency=low
* NOT RELEASED YET
* Fixed check_squid* command definitions
-- Jan Wagner <waja@cyconet.org> Wed, 10 Jul 2013 15:16:26 +0200

View file

@ -19,7 +19,7 @@ define command{
# 'check_squid' command definition
define command{
command_name check_squid
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK' '$ARG3$'
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK'
}
# 'check_https' command definition
@ -77,7 +77,7 @@ define command{
# 'check_squid_4' command definition
define command{
command_name check_squid_4
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK' -4 '$ARG3$'
command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK' -4
}
# 'check_https_4' command definition