mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
8808e709c9
commit
cb01f96dad
1 changed files with 1 additions and 1 deletions
|
|
@ -775,7 +775,7 @@ void ClusterEvents::SendNotificationsHandler(const Checkable::Ptr& checkable, No
|
|||
params->Set("author", author);
|
||||
params->Set("text", text);
|
||||
|
||||
listener->RelayMessage(origin, checkable, message, true);
|
||||
listener->RelayMessage(origin, ConfigObject::Ptr(), message, true);
|
||||
}
|
||||
|
||||
Value ClusterEvents::SendNotificationsAPIHandler(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& params)
|
||||
|
|
|
|||
Loading…
Reference in a new issue