mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Revert "Fix check scheduling w/ retry_interval"
This reverts commit a51e647cc760bd5f7c4de6182961a477478c11a9. This patch causes trouble with check results received 1) passively 2) throughout the cluster. A proper patch for setting the retry_interval on NOT-OK state changes is required. refs #11248 refs #11257 refs #11273 (the old issue) refs #7287
This commit is contained in:
parent
8344f749cd
commit
f99feab08c
@ -302,9 +302,6 @@ 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…
x
Reference in New Issue
Block a user