prometheus-community/jiralert

Monitoring Jiralert

bumarcell opened this issue · 4 comments

Hello everybody,
I wanted to ask of there's an (out of the box) way to monitor Jiralert and trigger a webhook for example once it's down?

Best regards

https://grafana.com/grafana/dashboards/10769
you could create corresponding rules for prometheus, for example.

Any idea how to let this metric be exported?

Depends on how you host jiralert.
Jiralert itself exposes metrics on port 9097 under /metrics path, which are in prometheus format.
So if you are able to scrape that metrics with prometheus then it's just very easy to add alerting on top of that.

Additionally with blackbox-exporter you can check if service works on its own.

Perfect. Many thanks 🙏