Page 1 of 1

Why "Current Attempt" unchanged?

Posted: Mon May 11, 2015 5:09 am
by xerez
I turn off a host and its status changed to "DOWN" and the state to "SOFT". All is fine until the state changed to "HARD". Then the "Current Attempt" is "1/10" but no changes. Why?

Re: Why "Current Attempt" unchanged?

Posted: Mon May 11, 2015 9:28 am
by tmcdonald
What version of Core are you using?

Re: Why "Current Attempt" unchanged?

Posted: Tue May 12, 2015 3:21 am
by xerez
NagiosĀ® Coreā„¢ 4.0.4

Re: Why "Current Attempt" unchanged?

Posted: Tue May 12, 2015 9:47 am
by jdalrymple
That's the logic of Nagios. When a host/service is in a HARD state the check_attempt counter does NOT increment:

http://nagios.sourceforge.net/docs/nagi ... types.html

Re: Why "Current Attempt" unchanged?

Posted: Wed May 13, 2015 2:28 am
by xerez
Thanks.