mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +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")) {
|
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