mirror of https://github.com/Icinga/icinga2.git
parent
e48ed33000
commit
a51e647cc7
|
@ -311,6 +311,9 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
|
|||
UpdateFlappingStatus(stateChange);
|
||||
is_flapping = IsFlapping();
|
||||
|
||||
/* update next check time on possible state changes */
|
||||
UpdateNextCheck();
|
||||
|
||||
olock.Unlock();
|
||||
|
||||
// Log(LogDebug, "Checkable")
|
||||
|
|
Loading…
Reference in New Issue