Hi everyone
I’m new to use Grafana, i deploy grafana and influxdb on docker.
I have collectd on OPNSense send metric to influxdb with this influxdb.conf file:
[[graphite]]
enabled = true
database = “opnsense”
retention-policy = “”
bind-address = “:2003”
protocol = “tcp”
consistency-level = “one”
separator = “.”
templates = [
“servers.* .hostname.resource.instance.measurement*”,
]
If i put this command on influxdb container:
influx
use opnsense;
show series;
I see the data on the database but i can’t receive on this dashboard i import in grafana
Dashboard ID: 13386