mirror of https://github.com/Icinga/icinga2.git
Bug fix: Remove pending services from the idle services set.
This commit is contained in:
parent
7447d340cc
commit
8819b4c843
|
@ -102,6 +102,7 @@ void CheckerComponent::CheckTimerHandler(void)
|
|||
|
||||
Logger::Write(LogDebug, "checker", "Executing service check for '" + service->GetName() + "'");
|
||||
|
||||
m_IdleServices.erase(service);
|
||||
m_PendingServices.insert(service);
|
||||
|
||||
service->BeginExecuteCheck(boost::bind(&CheckerComponent::CheckCompletedHandler, this, service));
|
||||
|
|
Loading…
Reference in New Issue