Page 1 of 1

Status Remains in Pending after migration from Nagios CORE

Posted: Mon Sep 08, 2014 3:13 pm
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

Re: Status Remains in Pending after migration from Nagios CO

Posted: Mon Sep 08, 2014 3:56 pm
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?

Re: Status Remains in Pending after migration from Nagios CO

Posted: Tue Sep 09, 2014 8:57 am
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

Re: Status Remains in Pending after migration from Nagios CO

Posted: Tue Sep 09, 2014 10:13 am
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.

Re: Status Remains in Pending after migration from Nagios CO

Posted: Tue Sep 09, 2014 12:25 pm
by gfsa
That SOLVED it.

Thanks