Icinga2 Performance Metrics

Hello,

What people use or monitoring Icinga2 performance metrics? I’m looking for an option which is lightweight and provides a way to for alert/notification.

Thanks

As I use InfluxDB, Grafana and the icingaweb2 Grafana Module already, I use a Grafana dashboard but no alerts/notifications.

I target the Icinga service of my master (uses the icinga command).

itl-icinga-influxdb-1758296530770.json.txt (76.1 KB)

2 Likes

Most setups i know use either Graphite (the Go implementation with gocarbon and carbonapi) or InfluxDB2. For any new setups i would choose Graphite though. Why not manage your notifications with Icinga2? Or use grafana for them.

My guess would be that if Icinga has performance problems, it would be best to notify from an independent system.

Well, the alert/notification I meant was for crossing a predefined threshold of any performance metrics. Yeah, Grafana can be used for that.

I was thinking about Telegraf, Prometheus/Alert Manager and Grafana.

Thanks