Nagios stale service don't retry

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
born2fail
Posts: 1
Joined: Wed Mar 28, 2012 5:35 am

Nagios stale service don't retry

Post by born2fail »

Hi everyone,

We are using two nagios 3.2.1-2 servers on a distributed environment. When one service is in stale mode (checks are older than freshness treshold) it executes a dummy process and become critical. The problem is that it doesn't retry the check, the service remains in SOFT state (1/3), and we never get notification.
retry_check_interval is set to 1. Is that correct?

Thanks in advance,
born2fail
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Nagios stale service don't retry

Post by jsmurphy »

It won't retry a dummy process tied to a one time event like freshness, if you want an alert you would need to set the max_check_attempts to 1... which shouldn't be a problem because you will be using that freshness threshold to determine the timeout period before notification.
Locked