Page 1 of 1

Grayed out hosts and services - process state not running

Posted: Thu Nov 15, 2018 11:27 am
by drug
Nagios XI 5.5.6

Under Monitoring Engine the "process state" reports "not running". I've restarted npcd and ndo2db and nagios. All hosts and services are "grayed" out. When clicking on any host or service, only "Object Does Not Exist" is returned.

This all began shortly after running repair_databases.sh (the MySQL server is running on another system).

How do we get this working?

Thanks.

Re: Grayed out hosts and services - process state not runnin

Posted: Thu Nov 15, 2018 12:29 pm
by drug
The issue was resolved after:

Code: Select all

systemctl stop ndo2db
systemctl stop nagios
rm /usr/local/nagios/var/retention.dat
systemctl start ndo2db
systemctl start nagios

Re: Grayed out hosts and services - process state not runnin

Posted: Thu Nov 15, 2018 1:10 pm
by npolovenko
Hi, @drug. Thanks for the update. I suspect it was the NDO2db issue that got resolved after you restarted it.
Is your XI fully functional at this point? Do you have any further questions before I lock the thread?

Re: Grayed out hosts and services - process state not runnin

Posted: Thu Nov 15, 2018 1:31 pm
by drug
This issue has been resolved and may be closed thanks.