Nagios xi Trial - Services Are Missing

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
KevinFu2
Posts: 2
Joined: Tue Dec 04, 2012 4:59 pm

Nagios xi Trial - Services Are Missing

Post by KevinFu2 »

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?
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios xi Trial - Services Are Missing

Post by lmiltchev »

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:

Code: Select all

cd /usr/local/nagiosxi/scripts
./repairmysql.sh nagios
Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
KevinFu2
Posts: 2
Joined: Tue Dec 04, 2012 4:59 pm

Re: Nagios xi Trial - Services Are Missing

Post by KevinFu2 »

Resolved. Thanks for your help.