diff --git a/lib/icinga/clusterevents.cpp b/lib/icinga/clusterevents.cpp index c97f7bbc0..02b2e79aa 100644 --- a/lib/icinga/clusterevents.cpp +++ b/lib/icinga/clusterevents.cpp @@ -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)