Greetings
Unclear of the configuration of Grafana to integrate with multiple hosts and services with Icingaweb2. When selecting the metric from Graphite table that contains multiple hosts, the only option is a wildcard but not certain that is correct. Additionally, unclear the config.ini configuration to call the graph for a specific host and service metric.
This is where the example came from:
Any input to resolve would be appreciated.
/etc/icingaweb2/modules/grafana/config.ini
[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”