Hello,
I’m using check_http plugin to monitor some web pages, searching by a word inside them (Nagios 2.0 b2).
The sintaxis I’m using is:
check_http -H $HOSTADDRESS$ -u $ARG1$ -s $ARG2$
So, running the command manually, I get this:
./check_http -H www.novoart.com -u /quienes.htm -s fundada
HTTP OK HTTP/1.0 200 OK - 0.860 second response time |time=0.860124s;;;0.000000 size=4099B;;;0
Instead, Nagios gives always this Warning:
HTTP WARNING: HTTP/1.0 404 Not Found
You can check the web page here: www.novoart.com/quienes.htm
So, why Nagios is give me this error, and how to fix it ?
Thank you for the help !