Search found 2 matches

by srikanthm
Tue Mar 10, 2015 5:42 pm
Forum: Open Source Nagios Projects
Topic: Nagios check_http checking private IP
Replies: 3
Views: 6321

Re: Nagios check_http checking private IP

jdalrymple, thanks for your quick response. I tried playing with the command in different ways and solved the issue. Instead of "-H" I used "-I" and it worked. But still the big question why it works for one host but not other is not answered. Also -H argument is available accord...
by srikanthm
Fri Mar 06, 2015 1:46 am
Forum: Open Source Nagios Projects
Topic: Nagios check_http checking private IP
Replies: 3
Views: 6321

Nagios check_http checking private IP

Hi I set up two hosts (host1, host2) and check_http service for each and when I test them: # ./check_http -H host1publicIP -p 9080 -w 5 -c 10 HTTP OK: HTTP/1.1 200 OK - 7909 bytes in 0.002 second response time |time=0.001918s;5.000000;10.000000;0.000000 size=7909B;;;0 When I added the new host - hos...