Skip to content

whoopsmonitor/whoopsmonitor-alert-discord-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whoopsmonitor-alert-discord-webhook

Alert that sends message to the Discord via its webhook.

Build

docker build -t whoopsmonitor-alert-discord-webhook .

Run image

docker run --rm --env-file .env whoopsmonitor-alert-discord-webhook

Environmental variables

  • WM_WEBHOOK_URL - URL of the webhook on Discord.

Example

Details of the check in Whoops Monitor configuration tab or for the .env file.

WM_WEBHOOK_URL=http://...

Alert specification

Please read further details in the alert docs.