mirror of https://github.com/Icinga/icinga2.git
Revert "Fix check scheduling w/ retry_interval"
This reverts commit a51e647cc7
.
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);
|
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…
Reference in New Issue