Email

Send an email when the alert triggers.

Properties

Addresses to email

The list of recipients email addresses that will receive this alert.

  • Data type: string list
  • Configuration

CLI: (cli)> config alerting sensor-alert <key> action-options email address

Subject

The subject for the alert email.

Enter the subject to be sent when the alert triggers. The following variables are available for customizing the subject.

VariableDescription
HOSTNAMEThe system hostname
ALERTNAMEThe name of the alert
PATHThe system status/configuration path
LABELThe label for this alert
EVENT_STRINGThe message produced by this alert
VALUEThe value that triggered the alert
ENTITYThe entity that trigger the alert
  • Data type: string
  • Default: Alert $ALERTNAME triggered on $HOSTNAME
  • Configuration
  • Required

CLI: (cli)> config alerting sensor-alert <key> action-options email subject

Message

The text body for the email message.

Enter the message to be sent when the alert triggers. The following variables are available for customizing the subject.

VariableDescription
HOSTNAMEThe system hostname
ALERTNAMEThe name of the alert
PATHThe system status/configuration path
LABELThe label for this alert
EVENT_STRINGThe message produced by this alert
VALUEThe value that triggered the alert
ENTITYThe entity that trigger the alert
  • Data type: string
  • Default: Alert $ALERTNAME triggered on $HOSTNAME $EVENT_STRING
  • Configuration
  • Required

CLI: (cli)> config alerting sensor-alert <key> action-options email message