Freshness check never fired due to non-incrementing attempts
Re: Freshness check never fired due to non-incrementing atte
I will try setting to 5 mins over the weekend. Heres hoping for some servers going down 
Re: Freshness check never fired due to non-incrementing atte
How'd it go over the weekend? Did the issue go away?
Former Nagios Employee
Re: Freshness check never fired due to non-incrementing atte
No, unfortunately. I bumped the freshness threshold to 300 and the attempts still get stuck at 1/X in HARD state.
Re: Freshness check never fired due to non-incrementing atte
Edit that service and change the following from
to
Save it out and see if that fixes it.
Code: Select all
failure_prediction_enabled 1
obsess_over_service 1Code: Select all
failure_prediction_enabled 0
obsess_over_service 0Be sure to check out our Knowledgebase for helpful articles and solutions!