Skip to content

Commit

Permalink
Revert "Fix check scheduling w/ retry_interval"
Browse files Browse the repository at this point in the history
This reverts commit a51e647.

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
  • Loading branch information
Michael Friedrich committed Mar 11, 2016
1 parent 8344f74 commit f99feab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/icinga/checkable-check.cpp
Expand Up @@ -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")
Expand Down

0 comments on commit f99feab

Please sign in to comment.