configuration changed from 5 attempts to 15 attempts.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

configuration changed from 5 attempts to 15 attempts.

Post by raamardhani7 »

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.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: configuration changed from 5 attempts to 15 attempts.

Post by tgriep »

There is probably multiple Nagios processes running. To stop them, run the following as root.

Code: Select all

service nagios stop
killall -9 nagios
service nagios start
Let us know if this fixes the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked