Hi<br><br>I have a situation whenever my website <a href="http://www.example.com">www.example.com</a> goes down due to the following reason,it gets redirected to <a href="http://error.example.com">error.example.com</a><br>
<br>1. tomcat is stopped<br>2. all threads are busy<br>3. tomcat not responding bcos of load or some code bug or DB error. <br> <br>Nagios should send an Critical Alert. Can it be done using check_http?<br><br>sudo -u nagios /usr/nagios/libexec/check_http -H <a href="http://www.example.com">www.example.com</a> --onredirect=critical<br>
<br>Does it make sense ?<br><br>Thanks and Regards<br><br>Kaushal <br>