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
b8e3d61820
commit
ef532f20eb
|
@ -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…
Reference in New Issue