Alert that sends message to the Discord via its webhook.
docker build -t whoopsmonitor-alert-discord-webhook .
docker run --rm --env-file .env whoopsmonitor-alert-discord-webhook
WM_WEBHOOK_URL
- URL of the webhook on Discord.
Details of the check in Whoops Monitor configuration tab or for the .env
file.
WM_WEBHOOK_URL=http://...
Please read further details in the alert docs.