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