Re: Blank service check
Posted: Fri Sep 07, 2018 2:34 pm
@hbouma, There could still be some corruption is service status/host status tables. Please run the following queries and send me the nagiosNew file from the /tmp/ folder.
Also, would you be ok with truncating these database tables? You may lose some service check data but this could help us get rid of the blank check.echo "SELECT * FROM nagios_servicestatus;" | mysql -t -uroot -pnagiosxi nagios > /tmp/nagiosNew.txt
echo "SELECT * FROM nagios_hoststatus;" | mysql -t -uroot -pnagiosxi nagios >> /tmp/nagiosNew.txt