Add Traffic Zabbix Aggregate SNMP

Asked

Viewed 1,982 times

-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?

3 answers

0

Dear friends I made the way below and also did not work.

grpsum["BGPFIREWALLMASTER",("ifInOctets.3")+sum("ifInOctets.13"),max,5]

-1

-1

Change "type of information" to "Numeric(float)"

Browser other questions tagged

You are not signed in. Login or sign up in order to post.