]> granicus.if.org Git - icinga2/commitdiff
ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute 6914/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 28 Jan 2019 16:29:46 +0000 (17:29 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 28 Jan 2019 16:29:46 +0000 (17:29 +0100)
lib/icinga/clusterevents.cpp

index db81027296351773f6707e4885761eb578a8be89..6c54be34021656aec6e35b009c164c69301120e2 100644 (file)
@@ -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();