mirror of https://github.com/Icinga/icinga2.git
ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute
(cherry picked from commit 9f2ccfbaa0
)
This commit is contained in:
parent
ab947d7c3b
commit
f6a62e71d8
|
@ -445,6 +445,7 @@ void ClusterEvents::AcknowledgementSetHandler(const Checkable::Ptr& checkable,
|
||||||
params->Set("comment", comment);
|
params->Set("comment", comment);
|
||||||
params->Set("acktype", type);
|
params->Set("acktype", type);
|
||||||
params->Set("notify", notify);
|
params->Set("notify", notify);
|
||||||
|
params->Set("persistent", persistent);
|
||||||
params->Set("expiry", expiry);
|
params->Set("expiry", expiry);
|
||||||
|
|
||||||
Dictionary::Ptr message = new Dictionary();
|
Dictionary::Ptr message = new Dictionary();
|
||||||
|
|
Loading…
Reference in New Issue