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
Unable to view host and services summary.
Re: Unable to view host and services summary.
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.
Hi mguthrie,
Thanks for taking interest...Sharing the snap-shot..I am getting this for Host and services..Please look into this.
Thanks,
Ashutosh
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.
Re: Unable to view host and services summary.
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:
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 restartBe sure to check out our Knowledgebase for helpful articles and solutions!