diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-05-29 00:57:36 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2002-05-29 00:57:36 (GMT) |
commit | 14cd75419d0dd71dcbe6f69abe4ec0f37d2d50e2 (patch) | |
tree | a801a7d68c11f81a591254fa96c4677d7d141c22 /command.cfg.in | |
parent | 8ace30aa45f769e951dfd7d86bf43426c121f3dd (diff) | |
download | monitoring-plugins-14cd75419d0dd71dcbe6f69abe4ec0f37d2d50e2.tar.gz |
notes added
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@42 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'command.cfg.in')
-rw-r--r-- | command.cfg.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/command.cfg.in b/command.cfg.in index 95d2599..d8bfd2d 100644 --- a/command.cfg.in +++ b/command.cfg.in | |||
@@ -203,6 +203,10 @@ command[check_radius]=@libexecdir@/check_radius $ARG1$ $ARG2$ $HOSTADDRESS$ 1812 | |||
203 | # This is a command for checking squid or other proxy servers which uses check | 203 | # This is a command for checking squid or other proxy servers which uses check |
204 | # http to ensure an HTTP 200 comes back ..... i.e. squid actually | 204 | # http to ensure an HTTP 200 comes back ..... i.e. squid actually |
205 | # serves the page and not an error message. | 205 | # serves the page and not an error message. |
206 | # Using check_http will allow verification of authenticated proxies | ||
207 | # | ||
208 | # Note:: This used to call "check_reply" which was pretty close to check_tcp | ||
209 | # The functionality of check_reply has been merged into check_tcp | ||
206 | 210 | ||
207 | command[check_squid]=@libexecdir@/check_http -H $HOSTADDRESS$ -p $ARG1$ -u $ARG2$ -e 'HTTP/1.0 200 OK' | 211 | command[check_squid]=@libexecdir@/check_http -H $HOSTADDRESS$ -p $ARG1$ -u $ARG2$ -e 'HTTP/1.0 200 OK' |
208 | 212 | ||