-3
I’m needing to add traffic interfaces from a router via snmp. see below how I’m doing:
1 Option set up:
Type : calculated
Key : anything.something
Formula : last("ifInOctets.2")+last("ifInOctets.8")
Type of information : numéric (float)
Units : B or bps
Store and show values : as is
2 Option Configured
Name: Total traffic on $1
Type: Calculated
Key: total.traffic.[{#SNMPVALUE}]
Formula: last("ifInOctets.3[{#SNMPVALUE}]")+last("ifInOctets.13[{#SNMPVALUE}]")
Type of information: Numeric(unsigned)
Data type: Decimal
Units: bps
None of the above options managed to add up the traffic from interface ifInOctets.3
and ifInOctets.13
Can someone give me a hint?