Host Rechecks faster than retry setting
Re: Host Rechecks faster than retry setting
I'll leave this thread open, and we will wait for your response!
Former Nagios Employee
Re: Host Rechecks faster than retry setting
I removed all of the host and service dependencies and ran into the same issue.
Attached image shows the rechecks averaging between 15-30 seconds. The Hard down is correct, so the only issue seems to be with the retry interval.
Attached image shows the rechecks averaging between 15-30 seconds. The Hard down is correct, so the only issue seems to be with the retry interval.
You do not have the required permissions to view the files attached to this post.
Re: Host Rechecks faster than retry setting
We experienced the same issue, even after deleting all of the host and service dependencies.
You do not have the required permissions to view the files attached to this post.
Re: Host Rechecks faster than retry setting
Lets check to see if there is a duplicate nagios process causing the issue. Can you run the following as root and post the output?
Code: Select all
ps -ef |grep bin/nagiosBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Host Rechecks faster than retry setting
Here is a list of processes running on the nagios server.
You do not have the required permissions to view the files attached to this post.
Re: Host Rechecks faster than retry setting
I'm assuming you only had dependencies and not parents, but can you address the predictive checks setting I asked about on the previous page? The ps output looks fine so it is not duplicates causing this behavior.
Former Nagios employee