mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 17:28:02 +02:00
Get UUID from params
This commit is contained in:
parent
11957d4ccc
commit
145e9a3d1f
@ -99,6 +99,9 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||||||
|
|
||||||
if (params->Contains("source")) {
|
if (params->Contains("source")) {
|
||||||
Log(LogCritical, "ApiListener", "Not implemented.");
|
Log(LogCritical, "ApiListener", "Not implemented.");
|
||||||
|
|
||||||
|
String uuid = params->Get("source");
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user