zibfr
zibfr
if i have one host (with a service ping), i also have 15min difference (I use same check command for both host status and PING service status) my delay between...
if you need any more infos, feel free (y)
just to let you know wolfgang put a solution in https://monitoring-portal.org/index.php?thread/35228-host-in-down-state-is-showing-wrong-duration/ i will give it a try with next upgrade and let you know. Regards, Zibfr
Hi there, the following patch (from @wolfgang) works perfectly: in base/check.c Change ``` /* update last state change times */ hst->last_state_change = current_time; if (hst->state_type == HARD_STATE) hst->last_hard_state_change = current_time;...