X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=command.cfg.in;fp=command.cfg.in;h=d8bfd2dedc50c079a6f40f7946f0204460c87a7f;hb=14cd75419d0dd71dcbe6f69abe4ec0f37d2d50e2;hp=95d2599c13d7d14b6a46a3020a447a1ae1a7f50a;hpb=8ace30aa45f769e951dfd7d86bf43426c121f3dd;p=nagiosplug.git 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 # This is a command for checking squid or other proxy servers which uses check # 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'