Grafana graphs only on certain sites

Hiii everybody,

I have sucessfully configured Grafana together with icingaweb2 (as well as InfluxDB, but that’s not as important here).
My problem is:
If I open a service via the sidebar (e.g. via the service grid), the Graph is displayed by iFrame the way I want it to.
If I open the service via the main Icingaweb2 Dashboard, the same service does not display a graph where it should be.
The basic connection between Icingaweb2 and Grafana seems to work, but I would really love the graphs to also be shown if access the graphs via the main dashboard (the icingaweb2 dashboard, not the one in Grafana).

The links to the service in each case is different:
Link via Dashboard:
https://<URL>/monitoring/service/show?host=<HOSTNAME>&service=<SERVICENAME>

Link via e.g. the Service Grid:
https://<URL>/icingadb/service?host.name=<HOSTNAME>&name=<SERVICENAME>

<URL> is the address of the Icinga2 master server where the webinterface is running as well.

Edit(s): Reformatting the links

Which version of the plugin and any errors in the browser console?
Screenshots?

1 Like

I am running version 2.0.3
Well I cannot find any relevant errors in the console that give a hint why display ist different for one or the other.
I solved the issue though by creating a new dashboard by adding queries from the “Icinga DB” area in the sidebar to a custom dashboard.
When clicking on the links to the services displayed there, the graphs are displayed.
This does not answer my original question as to why the graphs aren’t displayed when clicking on the default dashboard, but solves the original issue of not having a dashboard linking to the graphs, which was more important to begin with.

The current Grafana plugin works only with the icingadb module and the old versions only with the monitoring plugin.

Oh that’s actually useful information, good to know.
Thanks a bunch!