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

[inputs.snmp] Collection took longer than expected; not complete after interval of 10s #26

Closed Jimmy-SafeCash closed 2 years ago

Jimmy-SafeCash commented 2 years ago

Hi,

Quite new to all of this but believe I had all ports and IPs accurate. Receive the following warning in Telegraf logs:

"2022-08-11T10:48:20Z W! [inputs.snmp] Collection took longer than expected; not complete after interval of 10s"

Running in docker. Any suggestions?

[[inputs.snmp]]
  agents = [ "192.168.200.2:161" ]
  version = 1
  community = "public"
  name = "idrac-hosts"
root@b9f0fe831695:/# snmpget -v 1 -c public 192.168.200.2 .1.3.6.1.4.1.674.10892.5.1.3.12.0
Created directory: /var/lib/snmp/cert_indexes
iso.3.6.1.4.1.674.10892.5.1.3.12.0 = STRING: "PowerEdge R730"
Jimmy-SafeCash commented 2 years ago

Upped the interval time and the data collection worked.

Now to try and get the dashboard to populate, all blank at the moment. Perhaps due to flux language?