Skip to content

senzil/cabot-alert-webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cabot Webhook Alert Plugin

A plugin for Cabot service monitoring that will post alerts to a URL.

The plugin will POST a payload like the following to a user-defined endpoint:

{
  'service': 'my_service_name',
  'status': 'ERROR',
  'old_status': 'PASSING',
}

Installation

Install from pip:

$ pip install cabot-alert-webhook
$ foreman stop

Edit conf/*.env:

# add cabot_alert_webhook to your comma separated list
CABOT_PLUGINS_ENABLED=cabot_alert_webhook

Run migrations and restart cabot:

$ foreman run python manage.py migrate
$ foreman start

About

Send webhooks for alerts from Cabot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%