mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6914 from Icinga/bugfix/clusterevents-missing-persistent-ack
ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute
This commit is contained in:
commit
04de273405
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue