Search found 4 matches

by fredericve
Fri Apr 15, 2016 3:40 am
Forum: Open Source Nagios Projects
Topic: Host check intervals not honoured since 4.0.0
Replies: 7
Views: 2225

Re: Host check intervals not honoured since 4.0.0

@tmcdonald

I created a pull request on GitHub that fixes the problem for me. Thanks for your support!
by fredericve
Thu Apr 14, 2016 4:07 am
Forum: Open Source Nagios Projects
Topic: Host check intervals not honoured since 4.0.0
Replies: 7
Views: 2225

Re: Host check intervals not honoured since 4.0.0

Hello @Box293, I don't think this is the same issue. Your issue is about the host state not going into HARD immediately when max_check_attempts is set to 1. The issue I'm having is about the attempts counter increasing when the on-demand checks are executed when a service state changes. Best, Frederic
by fredericve
Wed Apr 13, 2016 4:47 pm
Forum: Open Source Nagios Projects
Topic: Host check intervals not honoured since 4.0.0
Replies: 7
Views: 2225

Re: Host check intervals not honoured since 4.0.0

Hi, Thanks for your response! I had indeed read about the on-demand checks. The on-demand checks are indeed also happening on 3.5.1, but they don't seem to increment the counter that is counting towards the HARD state. I can confirm that for certain tomorrow. It does sound like a bug to me. This beh...
by fredericve
Wed Apr 13, 2016 4:22 am
Forum: Open Source Nagios Projects
Topic: Host check intervals not honoured since 4.0.0
Replies: 7
Views: 2225

Host check intervals not honoured since 4.0.0

Hi, I have a host template defined like this: define host { name generic-host notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 failure_prediction_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information 1 notification_period 24x7 register 0 notif...