whoopsmonitor / whoopsmonitor-alert-slack-webhook

Alert that sends message to the Slack via its webhook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whoopsmonitor-alert-slack-webhook

Alert that sends message to the Slack via its webhook.

Build

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

Run image

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

Environmental variables

  • WM_WEBHOOK_URL - URL of the webhook on Slack.

Example

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

WM_WEBHOOK_URL=http://...

About

Alert that sends message to the Slack via its webhook.


Languages

Language:Dockerfile 72.2%Language:JavaScript 27.8%