We're trying out Nagios XI, and have a few hosts configured, along with several services on each. We used the Wizard to configure the hosts, and it added a few services, to which we added several more manually.
The problem is that these services are only visible in the CCM. When I go to view services in the main XI dashboard, there are none to be seen. The Tactical Overview shows them in total, but when I look at the Service Detail or Services on this Host, I get nothing.
Suggestions?
Nagios XI Trial - Services Are Missing
Re: Nagios XI Trial - Services Are Missing
Did you forget to apply configuration? In this case you are not going to be able to see the "newly added" host/services from the Home page.
Did you have a power outage (or turned the power off on your VM improperly)? If this case, you may have a database corruption. Try repairing your database by running in terminal:
Hope this helps.
Did you have a power outage (or turned the power off on your VM improperly)? If this case, you may have a database corruption. Try repairing your database by running in terminal:
Code: Select all
cd /usr/local/nagiosxi/scripts
./repairmysql.sh nagiosBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI Trial - Services Are Missing
Resolved. Thanks for your help.