An open API service indexing awesome lists of open source software.

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

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

![CI](https://github.com/RealOrangeOne/grafana-apprise-adapter/workflows/CI/badge.svg)

## 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.