mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-19 02:29:16 -05:00
parent
d682f56c38
commit
a30cb86ca1
1 changed files with 2 additions and 1 deletions
|
|
@ -326,7 +326,8 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
|
|||
/* If there was a OK -> NOT-OK state change for actively scheduled checks,
|
||||
* update the next check time using the retry_interval.
|
||||
* Important: Add the cluster message origin. */
|
||||
UpdateNextCheck(origin);
|
||||
if (GetStateType() == StateTypeSoft)
|
||||
UpdateNextCheck(origin);
|
||||
} else {
|
||||
/* Reschedule the next check for passive check results. The side effect of
|
||||
* this is that for as long as we receive passive results for a service we
|
||||
|
|
|
|||
Loading…
Reference in a new issue