check_http: droping expect string from check_squid

(Closes: #742363), thanks Andreas B. Mundt
This commit is contained in:
Jan Wagner 2014-06-21 21:39:38 +02:00
parent 4580974bd2
commit 7cb5f534d5

View file

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