Skip to content

例外通知に関する設定項目

Tatsuya Koishi edited this page Feb 12, 2021 · 8 revisions

設定例

alert:
  slack:
    hooks:
      - https://hooks.slack.com/services/xxxxx
      - https://discordapp.com/api/webhooks/xxxxx/slack
  mail:
    to: admin@example.com

詳細

/alert/slack/hooks/*

  • 例外発生時の通知先。Slack Incoming Webhooksと互換性のあるURLを列挙。
  • Discordの指定も可。
    • 末尾に /slack を加えることをお忘れなく。

/alert/mail/to

  • 例外発生時の通知先アドレスを指定。
Clone this wiki locally