mirror of https://github.com/Icinga/icinga2.git
Fix: Check results from the delegation component didn't work.
This commit is contained in:
parent
a8f880e1b6
commit
c12b5fd698
|
@ -196,8 +196,6 @@ void DelegationComponent::DelegationTimerHandler(void)
|
|||
cr->Set("state", StateUncheckable);
|
||||
cr->Set("output", "No checker is available for this service.");
|
||||
|
||||
cr->Seal();
|
||||
|
||||
service->ProcessCheckResult(cr);
|
||||
|
||||
Log(LogWarning, "delegation", "Can't delegate service: " + service->GetName());
|
||||
|
|
Loading…
Reference in New Issue