Page 1 of 1

hosts show up in nagios core but not XI?

Posted: Tue May 20, 2014 12:32 am
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

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

Posted: Tue May 20, 2014 8:36 am
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

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

Posted: Tue May 20, 2014 9:44 am
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!