Skip to main content

A Webhook plugin for Cabot

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cabot-alert-webhook-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page