Hello, i’m using telegraf to obtain information from my internet router with SNMP plugin, but i see this strange behavior ( I have a 2mbps/2mbps of internet, so the max has to be of 256 KBytes/s, but i see in this 400 Kbytes/s). I will started this in GitHub Issues (Strange behavior in SNMP plugin · Issue #3411 · influxdata/telegraf · GitHub)
My Configuration is
[[inputs.snmp]]
agents = [ “190.6.71.161” ]
version = 2
community = “public”
name = “router_internet”
interval = “10s”
[[inputs.snmp.field]]
name = “rx”
oid = “IF-MIB::ifInOctets.1286”
[[inputs.snmp.field]]
name = “tx”
oid = “IF-MIB::ifOutOctets.1286”
[[inputs.snmp.field]]
name = “erx”
oid = “IF-MIB::ifInErrors.1286”
[[inputs.snmp.field]]
name = “etx”
oid = “IF-MIB::ifOutErrors.1286”