https://github.com/reddit/cabot-alert-slack
A simple Cabot alerting plugin for Slack.
https://github.com/reddit/cabot-alert-slack
Last synced: 8 months ago
JSON representation
A simple Cabot alerting plugin for Slack.
- Host: GitHub
- URL: https://github.com/reddit/cabot-alert-slack
- Owner: reddit
- License: other
- Created: 2015-08-07T18:03:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T17:51:28.000Z (over 3 years ago)
- Last Synced: 2025-09-04T09:31:42.005Z (10 months ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 10
- Watchers: 7
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cabot-alert-slack
A simple [Cabot] alerting plugin for [Slack]. It's intended as a general
"alert log" and not as a primary source for on-call alerts, and as such it
doesn't do anything with the duty roster or subscriptions.
## installation
```
# add the plugin to the list of enabled plugins
CABOT_PLUGINS_ENABLED=...,cabot_alert_slack==1.0
SLACK_WEBHOOK_URL=https://...
SLACK_ALERT_CHANNEL="#monitoring"
```
[Cabot]: https://github.com/arachnys/cabot
[Slack]: https://slack.com/