Morning,
I have a problem with NagiosXI, I schedulled a downtime for the weekend as we had a power maintenance over the weekend. Now I have the following problems.....all hosts (1000+) have notifications diabled. I cannot access services for a single host by clicking on service detail for any host.
the system shows no hosts and no services under System Profile.
Kindly help.
Regards,
No Hosts, No Services, notification disabled
-
botswanamtc
- Posts: 19
- Joined: Tue Aug 26, 2014 6:53 am
No Hosts, No Services, notification disabled
You do not have the required permissions to view the files attached to this post.
Re: No Hosts, No Services, notification disabled
Check the mysqld.log for errors/crashed tables:the system shows no hosts and no services under System Profile.
Code: Select all
tail -50 /var/log/mysqld.logCode: Select all
cd /usr/local/nagiosxi/scripts
./repair_databases.shCode: Select all
service nagios stop
service ndo2db stop
service ndo2db start
service nagios start
service mysqld restartCode: Select all
echo 'select count(*) from nagios.nagios_hosts;' | mysql -t -pnagiosxi
echo 'select count(*) from nagios.nagios_services;' | mysql -t -pnagiosxiBe sure to check out our Knowledgebase for helpful articles and solutions!