https://github.com/realorangeone/grafana-apprise-adapter
Send grafana alerts to apprise for notifications
https://github.com/realorangeone/grafana-apprise-adapter
alert apprise grafana notification
Last synced: 12 days ago
JSON representation
Send grafana alerts to apprise for notifications
- Host: GitHub
- URL: https://github.com/realorangeone/grafana-apprise-adapter
- Owner: RealOrangeOne
- License: bsd-3-clause
- Created: 2020-09-13T10:31:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T00:50:10.000Z (about 2 years ago)
- Last Synced: 2025-04-02T12:04:46.399Z (7 months ago)
- Topics: alert, apprise, grafana, notification
- Language: Rust
- Homepage: https://hub.docker.com/r/theorangeone/grafana-apprise-adapter/
- Size: 73.2 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grafana-apprise-adapter
Send [grafana](https://grafana.com/docs/grafana/latest/alerting/notifications/) alerts to [apprise](https://github.com/caronc/apprise) for notifications
## Configuration
- `$APPRISE_URL`: Base URL for [apprise API](https://github.com/caronc/apprise-api/). **required**
- `$PORT`: Port to listen on, defaults to `5000`
- `$WORKERS`: Worker processes to run. Defaults to 1. If you need more, you might be doing something wrong.