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