configuration changed from 5 attempts to 15 attempts.
-
raamardhani7
- Posts: 459
- Joined: Tue Jun 02, 2015 12:36 am
configuration changed from 5 attempts to 15 attempts.
We made the configuration changes on few servers, we changed the number of attempts( Re-check the host every 1 minutes up to 15 times before generating an alert.). We had it upto 5 times before. But after making the changes, when checked the state history for the host, we found that it capturing 1 to 5 times and 1 to 15 times as well as shown in the screenshot. We need it to happen for 15 times and the 1 to 5 times checks should not happen for the host. I have attached the screenshots in the attachment
You do not have the required permissions to view the files attached to this post.
Re: configuration changed from 5 attempts to 15 attempts.
There is probably multiple Nagios processes running. To stop them, run the following as root.
Let us know if this fixes the issue.
Code: Select all
service nagios stop
killall -9 nagios
service nagios startBe sure to check out our Knowledgebase for helpful articles and solutions!