mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
8808e709c9
commit
cb01f96dad
@ -775,7 +775,7 @@ void ClusterEvents::SendNotificationsHandler(const Checkable::Ptr& checkable, No
|
|||||||
params->Set("author", author);
|
params->Set("author", author);
|
||||||
params->Set("text", text);
|
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)
|
Value ClusterEvents::SendNotificationsAPIHandler(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& params)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user