From 145e9a3d1fc1dd2c9620306f7e2430f9b577159a Mon Sep 17 00:00:00 2001 From: Mattia Codato Date: Fri, 10 Jul 2020 10:05:38 +0200 Subject: [PATCH] Get UUID from params --- lib/icinga/clusterevents-check.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/icinga/clusterevents-check.cpp b/lib/icinga/clusterevents-check.cpp index 1e8d4452b..f7c5cf2c2 100644 --- a/lib/icinga/clusterevents-check.cpp +++ b/lib/icinga/clusterevents-check.cpp @@ -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; }