<div dir="ltr">On Mon, Sep 8, 2008 at 6:14 PM, Andreas Ericsson <span dir="ltr"><<a href="mailto:ae@op5.se">ae@op5.se</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Kaushal Shriyan wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I need to have a nagios  alert whenever the url <a href="http://example.com:7501" target="_blank">http://example.com:7501</a> is<br>
not reachable from the below IPs<br>
<br>
<a href="http://192.168.0.1" target="_blank">192.168.0.1</a><br>
<a href="http://192.168.0.2" target="_blank">192.168.0.2</a><br>
<a href="http://192.168.0.3" target="_blank">192.168.0.3</a><br>
<br>
</blockquote>
<br></div></div>
You really don't need to tell us how you're configuring Nagios. In<br>
fact, doing so can prove to be a security risk as you're inevitably<br>
giving up information about your network to a very public list.<br>
<br>
Since you didn't ask any questions, I'll just assume you sent that<br>
email without actually thinking through what it is you want. Since<br>
that's the case, I won't scold you for not reading the documentation<br>
before sending emails to this list either.<br>
<br>
However, it might well be that the most profitable hour you spend<br>
this year will be used to read all of the following document once:<br>
<a href="http://catb.org/%7Eesr/faqs/smart-questions.html" target="_blank">http://catb.org/~esr/faqs/smart-questions.html</a><br>
<br>
Thank you for not wasting my time, or the time of other list<br>
participants.<br><font color="#888888">
<br>
-- <br>
Andreas Ericsson                   <a href="mailto:andreas.ericsson@op5.se" target="_blank">andreas.ericsson@op5.se</a><br>
OP5 AB                             <a href="http://www.op5.se" target="_blank">www.op5.se</a><br>
Tel: +46 8-230225                  Fax: +46 8-230231<br>
</font></blockquote></div><br>Hi Andreas<br><br>I have searched the Internet, and they have suggested to use check_http.<br><br>sudo -u nagios /usr/nagios/libexec/check_http -I <a href="http://192.168.0.1">192.168.0.1</a> -u <a href="http://example.com/">http://example.com/</a> -p 7501 -w 10 -c 5<br>
CRITICAL - Socket timeout after 10 seconds<br>I get the above error. <br><br>Am i missing something<br><br>Thanks and Regards<br><br>Kaushal<br></div>