From 9f2ccfbaa0fd35e33a002dd48c7b429636dc806c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 28 Jan 2019 17:29:46 +0100 Subject: [PATCH] ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute --- lib/icinga/clusterevents.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/icinga/clusterevents.cpp b/lib/icinga/clusterevents.cpp index db8102729..6c54be340 100644 --- a/lib/icinga/clusterevents.cpp +++ b/lib/icinga/clusterevents.cpp @@ -445,6 +445,7 @@ void ClusterEvents::AcknowledgementSetHandler(const Checkable::Ptr& checkable, params->Set("comment", comment); params->Set("acktype", type); params->Set("notify", notify); + params->Set("persistent", persistent); params->Set("expiry", expiry); Dictionary::Ptr message = new Dictionary();