Page 1 of 1

Pending Invincible host and service

Posted: Tue Sep 15, 2020 4:45 am
by coitop
Can someone assist with below issue? I have 1 pending service and host that I cannot find how to remove. I attach screenshots of the issue shown. Has anyone seen something similar?

Re: Pending Invincible host and service

Posted: Tue Sep 15, 2020 3:30 pm
by cdienger
Try reapplying the configuration by going to Configure > Core Config Manager > Tools > Config File Management, and clicking:

Delete Files
Write Configs
Verify Files
Restart Nagios Core

and then apply the configuration again under Configure > Quick Tools > Apply Configuration.

If there is still an issue, see what is returned when you run:

Code: Select all

echo "select * from nagios_hoststatus where next_check like '%1969%';" | mysql -uroot -pnagiosxi -Dnagios
echo "select * from nagios_servicestatus where next_check like '%1969%';" | mysql -uroot -pnagiosxi -Dnagios
Pending checks will have a 1969 date for things like current.

Re: Pending Invincible host and service

Posted: Thu Sep 17, 2020 1:33 am
by coitop
Hello,

Unfortunately issue persists after following guides and commands return nothing.

Re: Pending Invincible host and service

Posted: Thu Sep 17, 2020 4:59 pm
by cdienger
Please PM me a copy of these tables.

Code: Select all

echo "select * from nagios_hoststatus;" | mysql -uroot -pnagiosxi -Dnagios > nagios_hoststatus.txt
echo "select * from nagios_servicestatus;" | mysql -uroot -pnagiosxi -Dnagios > nagios_servicestatus.txt
PM the nagios_hoststatus.txt and nagios_servicestatus.txt that these commands create.