ilovepancakes95/idrac_snmp-grafana

Grafana empty

DanielWeeber opened this issue · 1 comments

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";
> 

Found it. Had to update to min influx 1.8.

influxdata/influxdb#9953