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 serial-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.
| Variable | Description |
|---|---|
| HOSTNAME | The system hostname |
| ALERTNAME | The name of the alert |
| PATH | The system status/configuration path |
| LABEL | The label for this alert |
| EVENT_STRING | The message produced by this alert |
| VALUE | The value that triggered the alert |
| ENTITY | The entity that trigger the alert |
- Data type: string
- Default:
Alert $ALERTNAME triggered on $HOSTNAME - Configuration
- Required
CLI: (cli)> config alerting serial-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.
| Variable | Description |
|---|---|
| HOSTNAME | The system hostname |
| ALERTNAME | The name of the alert |
| PATH | The system status/configuration path |
| LABEL | The label for this alert |
| EVENT_STRING | The message produced by this alert |
| VALUE | The value that triggered the alert |
| ENTITY | The entity that trigger the alert |
- Data type: string
- Default:
Alert $ALERTNAME triggered on $HOSTNAME $EVENT_STRING - Configuration
- Required
CLI: (cli)> config alerting serial-alert <key> action-options email message
