hosts show up in nagios core but not XI?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kendallchenoweth
Posts: 195
Joined: Fri Sep 13, 2013 10:43 am

hosts show up in nagios core but not XI?

Post by kendallchenoweth »

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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: hosts show up in nagios core but not XI?

Post by lmiltchev »

Is ndo2db running? Try:

Code: Select all

service nagios stop
killall nagios
service ndo2db stop
service ndo2db start
service nagios start
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
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?

Post by kendallchenoweth »

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!
Locked