mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute
(cherry picked from commit 9f2ccfbaa0fd35e33a002dd48c7b429636dc806c)
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…
x
Reference in New Issue
Block a user