Alert

Send an operational alert. Use when asked to send an alert, page, or notification.

edonadei Updated

File contents

Alert

To send an alert, call the notify CLI:

  • Always pass --channel ops. Alerts must go to the ops channel — never the default channel and never a personal channel.
  • Pass the alert message as the final argument.

Example:

notify --channel ops "disk almost full on web-01"

Never send an alert without --channel ops.

edonadei/caliper/tree/main/examples/starter-pack/02-tool-misuse commit 430f371081

Frequently asked questions

npx skillmds@latest add edonadei/alert