mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
ClusterEvents::AcknowledgementSet event should forward 'persistent' attribute
This commit is contained in:
parent
b1442645ce
commit
9f2ccfbaa0
@ -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…
x
Reference in New Issue
Block a user