gotify / contrib

A list of community contributions.
MIT License
107 stars 45 forks source link

Integration with Prometheus / Alertmanager / Grafana monitoring #21

Open ngosang opened 3 years ago

ngosang commented 3 years ago

Is your feature request related to a problem? Please describe. No, it isn't.

Describe the solution you'd like Nowadays it's really common to use Prometheus / Alertmanager / Grafana stack for monitoring and alerting. All components are written in Go and they are open-source. The notification / alerts in case of events / errors can be configured in 2 places:

Alertmanager (the recommended place)

Grafana

Feature request I think those software are really popular and the integration with Gotify should be easier to configure.

jmattheis commented 3 years ago

I don't think I want to support something like this officially. I'll move this issue to gotify/contrib, if someone wants to create a plugin for this, I'd be happy to help.

najtin commented 2 months ago

I implemented a gotify plugin to directly receive webhooks from prometheus/alertmanager. See https://codeberg.org/ocimea/gotify-alertmanager-plugin Feedback is welcome. I opened a PR #54