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

Does any one know how to solve this issue? #13

Closed ilovepancakes95 closed 3 years ago

ilovepancakes95 commented 3 years ago

Does any one know how to solve this issue?

Error in plugin: agent 10.0.10.25:161: gathering table idrac-hosts: performing bulk walk for field bios-version: reconn ecting: SecurityParameters.UserName is required

_Originally posted by @Tooxic in https://github.com/ilovepancakes95/idrac_snmp-grafana/issues/12#issuecomment-762285156_

ilovepancakes95 commented 3 years ago

Does any one know how to solve this issue?

Error in plugin: agent 10.0.10.25:161: gathering table idrac-hosts: performing bulk walk for field bios-version: reconn ecting: SecurityParameters.UserName is required

_Originally posted by @Tooxic in #12 (comment)_

What is the command you are trying to run or the software is trying to run that then produces this error?

Slitzo3 commented 3 years ago

Does any one know how to solve this issue? Error in plugin: agent 10.0.10.25:161: gathering table idrac-hosts: performing bulk walk for field bios-version: reconn ecting: SecurityParameters.UserName is required _Originally posted by @Tooxic in #12 (comment)_

What is the command you are trying to run or the software is trying to run that then produces this error?

image

juddgaddie commented 3 years ago

Looks like that error is coming from the Golang SNMP library that telegraf is using. See: https://github.com/gosnmp/gosnmp/blob/098294287f6e861fc96553c535f95dfa49cdb09f/v3_usm.go#L325

My guess is the SNMP server you are connecting to is SNMPv3 (The config for this dashboard is for SNMPv1)

The SNMPv3 protocol requires at least a username for NoAuthPriv - see https://www.webnms.com/simulator/help/sim_network/netsim_conf_snmpv3.html

Best bet is just use SNMPv1 or configure a authentication for SNMPv3