Notifications
Configuration Examples
Section titled “Configuration Examples”notify: time_zone: "Asia/Tokyo" slack: webhook_url: ${OBSERN_SLACK_WEBHOOK_URL}
discord: webhook_url: ${OBSERN_DISCORD_WEBHOOK_URL}Set each webhook_url to the webhook URL for the provider you want to use.
You can configure either one or both.
Behavior
Section titled “Behavior”- Notifications are sent when a job reaches a terminal state.
- Slack and Discord notifications include the command, tags, start and end times, and trailing log lines.
- If
notify.time_zoneis set, timestamps are rendered in that time zone.
Slack Examples
Section titled “Slack Examples”Success
Canceled
Failure