Unable to view host and services summary.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Ashutosh
Posts: 3
Joined: Tue Nov 01, 2011 1:13 am

Unable to view host and services summary.

Post by Ashutosh »

Hi All,
I have configured the nagios but don't know why host and services summary are not showing in grip..I have configured the parent as well.
Please anyone suggest the way to proceed.

Thanks in advance.

Thanks,
Ashutosh
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Unable to view host and services summary.

Post by mguthrie »

Can you show us a screenshot as to what you're seeing? I'm unclear as to the issue you're describing.
Ashutosh
Posts: 3
Joined: Tue Nov 01, 2011 1:13 am

Re: Unable to view host and services summary.

Post by Ashutosh »

Hi mguthrie,
Thanks for taking interest...Sharing the snap-shot..I am getting this for Host and services..Please look into this.

Thanks,
Ashutosh
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Unable to view host and services summary.

Post by lmiltchev »

It is possible that you have a database corruption.
Can you run the following procedure and see if it resolves the issue?

http://assets.nagios.com/downloads/nagi ... tabase.pdf

If that doesn't work, try the following:

Code: Select all

service mysqld stop
cd /var/lib/mysql/nagios
myisamchk -r -f nagios_*.MYI
service mysqld start
service nagios restart
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked