mirror of https://github.com/Icinga/icinga2.git
Unset force_next_check after each check.
This commit is contained in:
parent
15e6337594
commit
3846a10f0e
|
@ -82,10 +82,10 @@ void CheckerComponent::CheckTimerHandler(void)
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
service->SetForceNextCheck(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
service->SetForceNextCheck(false);
|
||||||
|
|
||||||
Dictionary::Ptr cr = service->GetLastCheckResult();
|
Dictionary::Ptr cr = service->GetLastCheckResult();
|
||||||
|
|
||||||
if (cr) {
|
if (cr) {
|
||||||
|
|
Loading…
Reference in New Issue