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