Host Check pending

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Host Check pending

Post by ancovington »

Good morning,

When I logged into the Nagios web page, it will not allow us to view the Hostgroup Overview. It is blank, but it will allow us to see the service details. When you click on a host from there, it says host check is pending. It has been pending for 30 minutes. Could someone please help?!
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Host Check pending

Post by scottwilkerson »

The 3 blue checks (top right) lead me to believe there is a problem with nd02db, lets run the following

Code: Select all

service ndo2db stop
service nagios stop
killall -9 ndo2db
killall -9 nagios
service ndo2db start
service nagios start
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Host Check pending

Post by ancovington »

Thank you. That helped with the blue error messages and it is allowing us to see the list of hosts now, but it is still not functioning correctly. The hosts are now grayed out and saying that the host is disabled, but it isn't. Also, the service status is blank. Could this have anything to do with the upgrade we attempted to do, but received an error?
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Host Check pending

Post by lmiltchev »

Run the following commands:

Code: Select all

cd /usr/local/nagiosxi/scripts
./repairmysql.sh nagios
./repairmysql.sh nagiosql
Let me know if this helped.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Host Check pending

Post by ancovington »

This is still an issue.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Host Check pending

Post by ancovington »

Is there a chance that the install didn't take because there is still a notification to update Nagios under important tasks although I updated Nagios?
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Host Check pending

Post by ancovington »

This issue seems to have been resolved. I had to revert back to a previous snapshot and try the update over again. It seemed to do the trick.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Host Check pending

Post by tmcdonald »

Would you like us to keep the thread open in case the issue comes back?
Former Nagios employee
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: Host Check pending

Post by ancovington »

This can be closed.
Locked