-
Notifications
You must be signed in to change notification settings - Fork 1
例外通知に関する設定項目
Tatsuya Koishi edited this page Jan 22, 2022
·
8 revisions
handler:
slack_alert:
hooks:
- https://hooks.slack.com/services/xxxxx
- https://discordapp.com/api/webhooks/xxxxx/slack
mail_alert:
to: [email protected]
line_alert:
token: your_token
to: your_user_id
全て設定する必要はなし。メール、LINE、webhookのどれかひとつで十分。
- 例外発生時の通知先。Slack Incoming Webhooksと互換性のあるURLを列挙。
- Discordの指定も可。
- その場合は、末尾に
/slack
を加えることをお忘れなく。
- その場合は、末尾に
- 例外発生時の通知先アドレスを指定。
- SNSインスタンスの管理者アドレスがデフォルトの宛先になる為、通常は指定不要。
- 例外発生時、LINEの通知先IDを指定。(ユーザーIDまたはグループID)
- LINEのチャンネルアクセストークン(長期)