This plugin allows you to send alerts to Pushover. It needs an app API key, and device IDs for each user.
- Activate the Cabot venv
- Run
pip install cabot-alert-pushover
- Add cabot_alert_pushover to the CABOT_PLUGINS_ENABLED list in <environment>.env
- Add
PUSHOVER_TOKEN=<YOUR_APP_KEY>
- Stop Cabot
- Run
foreman run python manage.py syncdb
- Start Cabot.