Services not Appearing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
CharconCS
Posts: 6
Joined: Mon Jan 07, 2013 12:17 pm

Services not Appearing

Post by CharconCS »

Hello

I Have just installed Nagios XI (2012R1.3)
Have started creating my Hosts using the "Monitoring Wizard"
I Have created Windows Servers, Watchguard devices and Generic Network Devices.

If i go to the CCM and click Services they have been created with Synced/Synced to File next to them. But if i go to Service Detail on the home page there are no services. This is the same for every page on the home page.

I am getting email about the services being critical though so there are there somewhere.

Please Help
Thanks
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Services not Appearing

Post by abrist »

I assume you made sure to click "apply configuration", and there were no errors. Have you tried logging out and logging back in?
Could you post the output of:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
and

Code: Select all

tail -25 /usr/local/nagios/var/nagios.log
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
CharconCS
Posts: 6
Joined: Mon Jan 07, 2013 12:17 pm

Re: Services not Appearing

Post by CharconCS »

Hello

yes, I have tried different users also.

Please see outputs attched:
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Services not Appearing

Post by abrist »

Do the hosts appear in the hosts detail?

Lets try repairing the database:

Code: Select all

cd /usr/local/nagiosxi/scripts
./repairmysql.sh nagios
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
CharconCS
Posts: 6
Joined: Mon Jan 07, 2013 12:17 pm

Re: Services not Appearing

Post by CharconCS »

Yea the hosts are all there and showing status of 'OK'

Have done the DB repair and that fixed it!
Do you have any idea what that was ? was it something I have done to make it do that ? Will it happen again do you know ?

Thanks!
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Services not Appearing

Post by nscott »

Largest cause of that is being stopped improperly. Other than that it could've been a system hiccup.
Nicholas Scott
Former Nagios employee
CharconCS
Posts: 6
Joined: Mon Jan 07, 2013 12:17 pm

Re: Services not Appearing

Post by CharconCS »

Ok,

thanks for all the help! :)
Locked