/cabot-alert-pushover

Send Pushover notifications from Cabot

Primary LanguagePythonMIT LicenseMIT

Cabot Pushover Plugin

This plugin allows you to send alerts to Pushover. It needs an app API key, and device IDs for each user.

Installation

  1. Activate the Cabot venv
  2. Run pip install cabot-alert-pushover
  3. Add cabot_alert_pushover to the CABOT_PLUGINS_ENABLED list in <environment>.env
  4. Add PUSHOVER_TOKEN=<YOUR_APP_KEY>
  5. Stop Cabot
  6. Run foreman run python manage.py syncdb
  7. Start Cabot.