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
Status Remains in Pending after migration from Nagios CORE
Re: Status Remains in Pending after migration from Nagios CO
Make sure your php and system time is in sync (check your profile: Admin->System Profile). Also, run the following commands in the CLI:
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?
Code: Select all
date
echo "select NOW()" | mysql -pnagiosxiDo 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!
Re: Status Remains in Pending after migration from Nagios CO
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
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.
- 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
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.
Re: Status Remains in Pending after migration from Nagios CO
That SOLVED it.
Thanks
Thanks