Hello
I have integrated Icinga2 with Grafana using InfluxDB as the backend & most of the setup works well.
However; I have noticed that some panels on my Grafana dashboards are showing stale data; even though the Icinga2 metrics are fresh in the InfluxDB when I query them directly. ![]()
The panels update only after a long delay / sometimes not until I manually refresh the dashboard. This becomes problematic for real-time monitoring & alert visualization. ![]()
I suspect it might be related to how Grafana caches or queries data from InfluxDB. I have already checked time ranges, panel settings & query intervals; but the issue persists intermittently.
Could this be a templating or variable refresh issue in Grafana? Or does anyone know if Icinga2-InfluxDB setups require special tweaks to keep Grafana panels in sync? ![]()
I have checked InfluxDB data source | Grafana documentation documentation guide for reference. Since I am still understanding what is Grafana and how it handles data visualization timing across data sources; I would appreciate any suggestions also pointers to best practices. ![]()
A working config example for a reliable Icinga2 → InfluxDB → Grafana pipeline would be extremely helpful.
Thank you !! ![]()