Lost and confused about traffic data - Data goes high wire when adding a second agent IP

Hello all,

Using telegraf for input data
I’m a bit lost and confused here. First ill share my setup
This is working correctly

[[inputs.snmp]]
agents = [ “10.41.5.1:161” ]
version = 2
name = “snmp”
community = “SNMPREAD”

 [[inputs.snmp.field]]
 name = "hostname"
 oid = "RFC1213-MIB::sysName.0"
 is_tag = true

[[inputs.snmp.table]]

## measurement name

   name = "snmp"
   inherit_tags = [ "hostname" ]
   oid = "IF-MIB::ifXTable"

[[inputs.snmp.table.field]]
   name = "ifName"
   oid = "IF-MIB::ifName"
   is_tag = true

[[inputs.snmp.field]]
name = “uptime”
oid = “DISMAN-EXPRESSION-MIB::sysUpTimeInstance”

However!

As soon as i add a second IP the data is all over the place. I don’t know what i’m doing wrong here or how to fix: Please see

[[inputs.snmp]]
agents = [ “10.41.5.1:161”,“10.40.5.6:161” ]
version = 2
name = “snmp”
community = “SNMPREAD”

I have not touch the graph at all, i just refresh it and this happens.
If it helps this is what the graph settings look like