mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
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…
x
Reference in New Issue
Block a user