SEND_ALERT

Send an alert to a 3rd party alerting/monitoring system (e.g. Splunk On-Call, PagerDuty, etc.).

Usage

SEND_ALERT(severity, title, message)

Parameters

severity

String

The severity of the alert.

title

String

The title of the alert.

message

String

The description of the alert.

Returns

Action

Remarks

Each alert provider uses different values to express severity. While Slack lets you use any word, Splunk only accepts “CRITICAL”, “WARNING” or “INFO”. PagerDuty accepts “critical”, “error”, “warning” or “info”.