On Thu, Mar 26, 2009 at 11:23 AM, Joe Pruett <[email protected]> wrote:
well, the first step is to see what your server logs have to say.  do you
see the 404 in there?  anything in the error log?

Oddly, nothing in the error log. The page getting sent with the 404
status in the access log though. It doesn't reveal anything that
immediately looks useful to me unfortunately:


1.2.3.4 - - [26/Mar/2009:13:34:14 -0500] "GET http://www.site.org
HTTP/1.0" 404 6766 "-" "check_http/v2053 (nagios-plugins 1.4.13)"

if that is truly what the log says, then that is your problem. your nagios is trying to do a proxy get (the http: tag). it should just say something like "GET /" for a normal request.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to