mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
1dbd689f9c
commit
48569b6205
@ -121,9 +121,12 @@ void CheckerComponent::CheckThreadProc(void)
|
||||
|
||||
/* reschedule the service if checks are disabled */
|
||||
if (!check) {
|
||||
m_IdleServices.insert(service);
|
||||
lock.unlock();
|
||||
|
||||
service->UpdateNextCheck();
|
||||
|
||||
m_IdleServices.insert(service);
|
||||
lock.lock();
|
||||
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user