Icinga2 InfluxDB Grafana not showing graphs in IcingaWeb2

Hi Icinga wizards,

The influxdb grafana is new to me and I have been strugling to integrate Grafana icinga2-influxdb-host graphs into IcingaWeb2.
Feeling that I have missed something trivial is there, but no success in figuraing it out more than half a day.

Current situation:

My grafana/config.ini is:

[grafana]
host = “172.16.2.90:3000”
protocol = “http”
defaultdashboard = “icinga2-influxdb-host”
defaultorgid = “1”
theme = “light”
datasource = “influxdb”
accessmode = “direct”
timerange = “6h”
version = “1”
timerangeAll = “1w/w”
defaultdashboardpanelid = “1”
shadows = “0”
debug = “1”
defaultdashboarduid = “5F93h-OMz”
directrefresh = “no”
height = “280”
width = “640”
enableLink = “yes”
usepublic = “no”

The grafana/graphs.ini

[ping4]
dashboard = “icinga2-influxdb-host”
panelId = “46”
orgId = “”
repeatable = “no”
dashboarduid = “5F93h-OMz”
[ping6]
dashboard = “icinga2-influxdb-host”
panelId = “3”
orgId = “”
repeatable = “no”
dashboarduid = “5F93h-OMz”
[hostalive]
dashboard = “icinga2-influxdb-host”
panelId = “32”
orgId = “”
repeatable = “no”
dashboarduid = “5F93h-OMz”
[apt]
dashboard = “base-metrics”
panelId = “2”
orgId = “”
[load]
dashboard = “icinga2-influxdb-host”
panelId = “1”
orgId = “”
repeatable = “no”
dashboarduid = “5F93h-OMz”
[swap]
dashboard = “base-metrics”
panelId = “5”
orgId = “”
[procs]
dashboard = “icinga2-influxdb-host”
panelId = “48”
orgId = “”
repeatable = “no”
dashboarduid = “5F93h-OMz”

In the file above you will see multiple dashboard mentioned as I have been experimenting.

Please help me follow this through and understand what I have donw wrong.

Thank you.

Marko

The dashboard is taken from here:

I think with newest Grafana versions you also need the grafana image renderer - easiest to install via docker.
https://grafana.com/docs/grafana/latest/administration/image_rendering/

At least this was the solution for me - you can check image rendering directly in Grafana on a graph (graph > share > directly rendered image, if this works you should be fine)

I think, there is a grafana 7 bug with the new renderer and redirects.
For a solution, look at my post here: FYI: Grafana upgrade (v6 to v7) breaks grafana integration with icingaweb2