Hello,
Can you please help me understand how it is possible that the GUI shows notifications for services are enabled but the backend XML shows notifications are disabled?
As per below:
List of monitored hosts
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
List of monitored hosts
You do not have the required permissions to view the files attached to this post.
Re: List of monitored hosts
Most probably, the notifications are still disabled in the "retention.dat". How often this value will get updated would depend on the "retention_update_interval". The default is 60 minutes.
Code: Select all
grep "retain_state_information\|retention_update_interval" /usr/local/nagios/etc/nagios.cfgBe sure to check out our Knowledgebase for helpful articles and solutions!
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
Re: List of monitored hosts
Hello,
The config on our installation is set to the default 60 minutes.
This has been the case for at least 48 hours. Anything else we can check before chalking this up to a bug in R2.6?
The config on our installation is set to the default 60 minutes.
Code: Select all
grep "retain_state_information\|retention_update_interval" /usr/local/nagios/etc/nagios.cfg
retain_state_information=1
retention_update_interval=60Re: List of monitored hosts
For a test, lets try this to see if the issue goes away. Run these commands in this order in a shell on the server.
Let us know if this works for you.
Code: Select all
service nagios stop
service ndo2db stop
service ndo2db start
service nagios startBe sure to check out our Knowledgebase for helpful articles and solutions!
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
Re: List of monitored hosts
Hello,
This resolved my issue, please mark this thread closed.
Thank you for your support.
This resolved my issue, please mark this thread closed.
Thank you for your support.