Status Remains in Pending after migration from Nagios CORE

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gfsa
Posts: 6
Joined: Mon Sep 08, 2014 2:53 pm

Status Remains in Pending after migration from Nagios CORE

Post by gfsa »

Team,

I have just migrated my hosts and services from NAGIOS Core to NAGIOS XI.
Unfortunately, the Status of ALL my hosts remains in Pending mode - which was not the case in NAGIOS Core.

Any suggestions?

Thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Status Remains in Pending after migration from Nagios CO

Post by lmiltchev »

Make sure your php and system time is in sync (check your profile: Admin->System Profile). Also, run the following commands in the CLI:

Code: Select all

date
echo "select NOW()" | mysql -pnagiosxi
and compare the output. The system and mysql time should be very close.

Do you have any config errors when you check your configuration via the Write Config Tool?

Go to Admin->Monitoring Engine Status and post a screenshot of this page?
Be sure to check out our Knowledgebase for helpful articles and solutions!
gfsa
Posts: 6
Joined: Mon Sep 08, 2014 2:53 pm

Re: Status Remains in Pending after migration from Nagios CO

Post by gfsa »

I have confirmed that my php and system time are in sync as evidenced by the output below:

date; echo "select NOW()" | mysql -pnagiosxi
Tue Sep 9 09:53:56 EDT 2014
NOW()
2014-09-09 09:53:56


I have also attached a screenshot of the Admin->Monitoring Engine Status page.

Any suggestions?

Thanks
You do not have the required permissions to view the files attached to this post.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Status Remains in Pending after migration from Nagios CO

Post by Box293 »

Check your host configs in CCM and make sure that there is a check_command being used. It might not be on the host object in itself but in a host template that has been assigned by the host.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
gfsa
Posts: 6
Joined: Mon Sep 08, 2014 2:53 pm

Re: Status Remains in Pending after migration from Nagios CO

Post by gfsa »

That SOLVED it.

Thanks
Locked