Merge pull request #6914 from Icinga/bugfix/clusterevents-missing-persistent-ack

ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute
This commit is contained in:
Michael Friedrich 2019-02-04 13:52:44 +01:00 committed by GitHub
commit 04de273405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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();