Closed Jimmy-SafeCash closed 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"
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?
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?