MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SendNotificationsHandler

Method SendNotificationsHandler

lib/notification/notificationcomponent.cpp:264–268  ·  view source on GitHub ↗

* Processes icinga::SendNotifications messages. */

Source from the content-addressed store, hash-verified

262 * Processes icinga::SendNotifications messages.
263 */
264void NotificationComponent::SendNotificationsHandler(const Checkable::Ptr& checkable, NotificationType type,
265 const CheckResult::Ptr& cr, const String& author, const String& text)
266{
267 checkable->SendNotifications(type, cr, author, text);
268}

Callers

nothing calls this directly

Calls 1

SendNotificationsMethod · 0.80

Tested by

no test coverage detected