1
0
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 
refs 
refs 

(the old issue)
refs 
This commit is contained in:
Michael Friedrich 2016-03-05 17:55:14 +01:00
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")