a remote host is in a 'soft' non-OK state in icinga.
the 'duration' period for this host keeps resetting after every soft non-OK state attempt.

i have currently this issue with icinga 1.9.2 or icinga 1.12.2
here is my current host template config :
- define host{
- name template-host-generic
- notifications_enabled 1
- event_handler_enabled 1
- flap_detection_enabled 0
- failure_prediction_enabled 1
- process_perf_data 1
- retain_status_information 1
- retain_nonstatus_information 1
- notification_period exploit_hours
- check_period 24x7
- check_command check-host-alive
- max_check_attempts 5
- check_interval 5
- retry_interval 3
- notification_interval 60
- notification_options d,r
- contacts contact-exploit
- register 0
- }
Display More
- # 'check-host-alive' command definition
- define command{
- command_name check-host-alive
- command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5
- }
i do not have the same issue with services (duration is incrementing from start of first soft non-OK state, same config in order to have an email sent only after 15minutes).
So for any host turning non-OK, for each 3minute soft state check , host duration restarts at 0sec, so when a host 'seems' to be DOWN for 20min, it is actually really DOWN for 35min (20min + 3x5min) !!!!!
Do you know if it is a bug or main config option to change ?
I tried to look closely to my icinga.cfg to change this behavior, but with no success for now...
If you need any more detail (icinga.cfg, ...), plz let me know.
thanks for your help.
Regards,