I have exported a Nagios Core instance into a new Nagios XI instance by coping files into the import directory. The entries show up in the CCM and there are no errors when I run reconfigure_nagios. The output nagios -v shows that multiple hosts/services are defined. All of the hosts and services show up in the nagios core legacy interface but only localhost shows up in the nagios XI interface. I've tried rebooting the server and that didn't have any effect.
Do you have any idea why I can't see the entries in Nagios Core in the Nagios XI interface?
Thanks in advance
hosts show up in nagios core but not XI?
-
kendallchenoweth
- Posts: 195
- Joined: Fri Sep 13, 2013 10:43 am
Re: hosts show up in nagios core but not XI?
Is ndo2db running? Try:
BTW, we recommend using the Config Prep Import Tool. Please, review the three documents, listed under the "Migrating From Nagios Core" section in the Administrator's Guide:
http://assets.nagios.com/downloads/nagi ... ngfromcore
Code: Select all
service nagios stop
killall nagios
service ndo2db stop
service ndo2db start
service nagios starthttp://assets.nagios.com/downloads/nagi ... ngfromcore
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
kendallchenoweth
- Posts: 195
- Joined: Fri Sep 13, 2013 10:43 am
Re: hosts show up in nagios core but not XI?
I found the problem and you prompted me to look in the right place. I had partially implemented a mysql password change and once I fixed it and restarted nagios/ndo2db, everything works. Thanks!