From: Michael Friedrich Date: Mon, 28 Jan 2019 16:29:46 +0000 (+0100) Subject: ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute X-Git-Tag: v2.11.0-rc1~240^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6914%2Fhead;p=icinga2 ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute --- 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();