Page 1 of 1
Unable to view host and services summary.
Posted: Tue Nov 22, 2011 3:22 am
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
Re: Unable to view host and services summary.
Posted: Tue Nov 22, 2011 4:04 pm
by mguthrie
Can you show us a screenshot as to what you're seeing? I'm unclear as to the issue you're describing.
Re: Unable to view host and services summary.
Posted: Wed Nov 23, 2011 1:24 am
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
Re: Unable to view host and services summary.
Posted: Wed Nov 23, 2011 2:05 pm
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