Pending Invincible host and service

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
coitop
Posts: 52
Joined: Fri Jul 17, 2020 7:35 am

Pending Invincible host and service

Post 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?
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Pending Invincible host and service

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
coitop
Posts: 52
Joined: Fri Jul 17, 2020 7:35 am

Re: Pending Invincible host and service

Post by coitop »

Hello,

Unfortunately issue persists after following guides and commands return nothing.
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Pending Invincible host and service

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked