mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
parent
73d0e75f6f
commit
3d06df96bc
@ -173,7 +173,7 @@ Value ClusterEvents::CheckResultAPIHandler(const MessageOrigin::Ptr& origin, con
|
|||||||
return Empty;
|
return Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (endpoint == checkable->GetCommandEndpoint())
|
if (Zone::GetLocalZone() == checkable->GetZone() && endpoint == checkable->GetCommandEndpoint())
|
||||||
checkable->ProcessCheckResult(cr);
|
checkable->ProcessCheckResult(cr);
|
||||||
else
|
else
|
||||||
checkable->ProcessCheckResult(cr, origin);
|
checkable->ProcessCheckResult(cr, origin);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user