[Nagiosplug-help] Output of check_http not consistent
Martin Møller Skarbiniks Pedersen
traxplayer at gmail.com
Tue May 22 13:19:28 CEST 2007
> $ ./check_http -I localhost
> HTTP OK HTTP/1.1 200 OK - 1227 bytes in 0.067 seconds |
> time=0.066948s;;;0.000000 size=1227B;;;0
> $ echo $?
> 0
>
> $ ./check_http -I www.binonabiso.com
> OK - HTTP/1.1 302 Found - 0.723 second response time |
> time=0.723189s;;;0.000000 size=365B;;;0
> $ echo $?
> 0
HTTP code 302 means that you probably got a configuration error on your
webserver.
See
http://www.checkupdown.com/status/E302.html
Regards
Martin
More information about the Help
mailing list