Email Notifier

The Email Notifier sends emails to a set of configured recipients.

Configuration

To configure the Email Notifier, an Email Provider needs to be configured, along with a set of recipients that alarm notifications should be sent to.

The Email Notifier is configured under /environments/environment/alarms/alarm-handlers/alarm-handler

Parameter Description
email-notifier/email-provider/id The configured Email Provider to use (under facilities)
email-notifier/recipients A set of email addresses to send alarm notifications to
Listing 1 A configured Email Notifier shown in the CLI
% show environments environment alarms alarm-handlers alarm-handler email
email-notifier {
    email-provider {
        id smtp1;
    }
    recipients [ john.doe@example.com ];
}