Is anyone using Grafana to graph metrics? Based on the example from https://github.com/vshn/icingaweb2-module-grafana, Icinga web interface does not seem to display the proper graph, rather it only displays one of grafana graphs from the default dashboard.
There are multiple hosts and services data in graphite tables. So I know the data is there and it does work, however, the web interface is only displaying the one instead of each individual service. Any insight would be appreciated. [grafana] username = "admin" password = "admin" host = "xx.xx.xx.xx:3000" height = "280" width = "640" protocol = "http" enableLink = "yes" defaultdashboard = "icinga2-default" datasource = "graphite" graphs = "remote_ping4, current load, memory, procs, users, disk" graphs.remote_ping4.dashboard = "base-metrics" graphs.remote_ping4.panel = 1 graphs.remote_ping6.dashboard = "base-metrics" graphs.remote_ping6.panel = 1 graphs.load.dashboard = "base-metrics" graphs.load.panel = 3 graphs.memory.dashboard = "base-metrics" graphs.memory.panel = 4 graphs.procs.dashboard = "base-metrics" graphs.procs.panel = 5 graphs.users.dashboard = "base-metrics" graphs.users.panel = 6 graphs.disk.dashboard = "base-metrics" graphs.disk.panel = 7 parametrized = "var-$hostname, var-$service" //Garrett
_______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users