The hosts are gray, and perpetually in a "Check is pending" state. The services are in various states, possibly the last state they were in when the Nagios server went down?Okay, so your hosts/services are all getting greyed out and tell you that they are pending?
A restart of Nagios after the Nagios server has rebooted fixes the problem. Specifically, under Monitoring Process in XI, we stop and then start the process state.After a restart of nagios?
In XI, they remain in this state for a considerable amount of time (longer than our scheduled checks). It may be possible that eventually they go into a correct state, but this has not been observed. If we look in core, the states are accurate and being updated.Do they eventually go back to their states once checks are ran, or are checks not even being scheduled when you look at their details pages.
I don't recall disabling state retention. Here are some possibly related entries from our nagios.cfg:Do you recall disabling state retention options on your hosts/services or in the nagios.cfg?
Code: Select all
retained_contact_host_attribute_mask=0
retained_contact_service_attribute_mask=0
retained_host_attribute_mask=0
retained_process_host_attribute_mask=0
retained_process_service_attribute_mask=0
retained_service_attribute_mask=0
retain_state_information=1
retention_update_interval=60
service_check_timeout=60
service_freshness_check_interval=60
service_inter_check_delay_method=s
service_interleave_factor=s
sleep_time=0.25
soft_state_dependencies=1
state_retention_file=/usr/local/nagios/var/retention.dat
Before I increase the debug level - is this a benign state to leave Nagios running in, or should this be only for short amounts of time?
Thank you!