retry_interval not honored
Posted: Fri Mar 06, 2020 4:51 pm
When a host enters a critical DOWN state, nagios will retry every ~60 seconds up to the max retry count, then send a notification on the final HARD down state. The problem is, my retry internal is set to 5 mins. I can't understand why it's retrying every 60 secs, instead of honoring the retry interval specified in the host definition.
My hosts are configured with the following intervals:
check_interval=5
retry_interval=5
max_check_attempts=4
Main main config contains, interval_length=60.
Could it be due to the fact that my check and retry intervals are the same? What could be causing it to retry every ~ 60 sec, instead of every 5 mins?
Thanks for any help you can provide.
-wr
My hosts are configured with the following intervals:
check_interval=5
retry_interval=5
max_check_attempts=4
Main main config contains, interval_length=60.
Could it be due to the fact that my check and retry intervals are the same? What could be causing it to retry every ~ 60 sec, instead of every 5 mins?
Thanks for any help you can provide.
-wr