ilovepancakes95 / idrac_snmp-grafana

SNMP Based Dashboard to Monitor Dell Hosts via iDRAC
https://grafana.com/grafana/dashboards/12106
Other
139 stars 36 forks source link

Grafana empty #20

Closed DanielWeeber closed 2 months ago

DanielWeeber commented 2 years ago

Hey,

grafana seems to be empty, but certain informations are stored in influx though.

Main variable query seems to return empty, system-name is not filled with values. servicetags and so on are there.

Using iDRAC9

Just checked with a MIB Browser .1.3.6.1.2.1.1.5.0 is populated with data

SHOW TAG KEYS ON telegraf FROM "idrac-hosts";
name: idrac-hosts
tagKey
------
agent_host
disks-name
host
log-number
nic-name
system-hostname
system-name
> SHOW TAG VALUES ON telegraf WITH key = "system-name";
> 
DanielWeeber commented 2 years ago

Found it. Had to update to min influx 1.8.

https://github.com/influxdata/influxdb/issues/9953