Fix check scheduling w/ retry_interval

fixes #7287
This commit is contained in:
Michael Friedrich 2016-01-20 16:22:23 +01:00
parent e48ed33000
commit a51e647cc7
1 changed files with 3 additions and 0 deletions

View File

@ -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")