action
| Kind | Description |
|---|---|
| webhook | POSTs alert payloads as JSON to a generic webhook URL. |
| discord | Posts alert embeds to a Discord channel via webhook. |
| slack | Posts alert attachments to a Slack channel via incoming webhook. |
| exec | Runs a shell command on alert. The cmd option is a template rendered against the alert event before exec; NANOOK_ALERT_* env vars are also exported. |
| log | Logs alerts to the agent's structured log stream. |