Add Traffic Zabbix Aggregate SNMP

-3

I need to add traffic from a router's interfaces via snmp. here's how I'm doing:

1 Option configured:

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 Configured Option

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 was able to add traffic from interface ifInOctets.3 and ifInOctets.13

Can anyone give me a hint?

    
asked by anonymous 27.01.2016 / 20:13

3 answers

0

Dear friends, I made the form below and it also did not work.

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

    
27.01.2016 / 20:57
-1

Good evening!

Come on, I've assembled mine exactly in this format.

last("db.odbc.select[tickets.open,whmcs]")+last("db.odbc.select[tickets.open,whmcs]")

The documentation has plenty of example, it is a good idea to follow. link

Questions, continue to comment.

Hug.

    
12.05.2016 / 02:52
-1

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

    
12.05.2016 / 14:55