[Nagiosplug-checkins] CVS: nagiosplug command.cfg.in,1.3,1.4
Subhendu Ghosh
sghosh at users.sourceforge.net
Tue May 28 17:58:02 CEST 2002
Update of /cvsroot/nagiosplug/nagiosplug
In directory usw-pr-cvs1:/tmp/cvs-serv11512
Modified Files:
command.cfg.in
Log Message:
notes added
Index: command.cfg.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/command.cfg.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** command.cfg.in 28 May 2002 03:14:03 -0000 1.3
--- command.cfg.in 29 May 2002 00:57:36 -0000 1.4
***************
*** 204,207 ****
--- 204,211 ----
# http to ensure an HTTP 200 comes back ..... i.e. squid actually
# serves the page and not an error message.
+ # Using check_http will allow verification of authenticated proxies
+ #
+ # Note:: This used to call "check_reply" which was pretty close to check_tcp
+ # The functionality of check_reply has been merged into check_tcp
command[check_squid]=@libexecdir@/check_http -H $HOSTADDRESS$ -p $ARG1$ -u $ARG2$ -e 'HTTP/1.0 200 OK'
More information about the Commits
mailing list