mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Unset force_next_check after each check.
This commit is contained in:
parent
15e6337594
commit
3846a10f0e
@ -82,9 +82,9 @@ void CheckerComponent::CheckTimerHandler(void)
|
||||
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
service->SetForceNextCheck(false);
|
||||
}
|
||||
|
||||
Dictionary::Ptr cr = service->GetLastCheckResult();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user