HTTP down reported as host down

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

HTTP down reported as host down

Post by dlukinski »

Hi

We've got a configuration where there service checking on HTTP (web-inject) of the specific URL running from the host reports the entire host down:
myserver.mydomain View service status details for this host Down 2d 10h 33m 43s 2/2 2016-03-27 23:20:44 HTTP CRITICAL - No data received from host

Host (and other services) are actually up, only this HTTP looks this way:

***** Nagios XI Alert *****

Nagios has detected a problem with this host.

Notification Type: PROBLEM
Host: myserver.mydomain
State: DOWN
Address: 10.x.x.66
Info: HTTP CRITICAL - No data received from host
Date/Time: 2016-03-27 19:01:42

Respond: http://monitoring.konecranes.com/nagios ... 8746ca8c81
Nagios URL: http://monitoring.konecranes.com/nagiosxi/
------------------------------------------------------------------------

myserver.mydomain View service status details for this host Web Transaction - EDI check Critical 2d 10h 57m 20s 5/5 2016-03-27 23:37:06 WebInject CRITICAL - Test case number 1 failed
-----------------------------------------------------------------------
What to do?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: HTTP down reported as host down

Post by lmiltchev »

Can you show us the config of the myserver.mydomain host? I assume it uses the "xiwizard_webtransaction_host" template, which uses "check_http".

Can you ping "myserver.mydomain" host? Perhaps you can change the host check command to "check_ping" in order to fix the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: HTTP down reported as host down

Post by dlukinski »

lmiltchev wrote:Can you show us the config of the myserver.mydomain host? I assume it uses the "xiwizard_webtransaction_host" template, which uses "check_http".

Can you ping "myserver.mydomain" host? Perhaps you can change the host check command to "check_ping" in order to fix the issue.
Last edited by dlukinski on Tue Mar 29, 2016 7:25 am, edited 1 time in total.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: HTTP down reported as host down

Post by lmiltchev »

Did you reply to a wrong thread? What does "check_oracle_tablespaces" has to do with the issue at hand?
Be sure to check out our Knowledgebase for helpful articles and solutions!
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: HTTP down reported as host down

Post by dlukinski »

lmiltchev wrote:Did you reply to a wrong thread? What does "check_oracle_tablespaces" has to do with the issue at hand?
I did. suggestion to use Ping worked, thank you (did not realize that default check could be anything)
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: HTTP down reported as host down

Post by lmiltchev »

I am glad I could help!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked