Pending Invincible host and service
Pending Invincible host and service
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.
Re: Pending Invincible host and service
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:
Pending checks will have a 1969 date for things like current.
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 -DnagiosAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Pending Invincible host and service
Hello,
Unfortunately issue persists after following guides and commands return nothing.
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.
Re: Pending Invincible host and service
Please PM me a copy of these tables.
PM the nagios_hoststatus.txt and nagios_servicestatus.txt that these commands create.
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.txtAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.