Hi. Could somebody help me with my problem.
I've got Mikrotik and I got SNMP values on ether1 port such as ifInOctets1 or ifOutOctets1 (speed per second)
I made a graph with this values.
Now I've got VLAN interface on physical ether1 (ifInOctets1) interface.VLAN SNMP values is called ifInOctets30 and ifOutOctets30.
So now I need to separate VLAN and ether1 traffic speed values.
For example:
ether1 IN speed (without VLAN traffic) = ifInOctets1 - ifInOctets30
ether1 OUT speed (without VLAN traffic) = ifOutOctets1 - ifOutOctets30
VLANspeed (without ether1 traffic) = ifInOctets30
So I created calculated item in zabbix with
last("ifInOctets.1")-last("ifInOctets.30") expression.
And then I've got error - "Cannot evaluate function [last()]: item [mymikrotik:ifInOctets.1] not found"
Thanks!
I've got Mikrotik and I got SNMP values on ether1 port such as ifInOctets1 or ifOutOctets1 (speed per second)
I made a graph with this values.
Now I've got VLAN interface on physical ether1 (ifInOctets1) interface.VLAN SNMP values is called ifInOctets30 and ifOutOctets30.
So now I need to separate VLAN and ether1 traffic speed values.
For example:
ether1 IN speed (without VLAN traffic) = ifInOctets1 - ifInOctets30
ether1 OUT speed (without VLAN traffic) = ifOutOctets1 - ifOutOctets30
VLANspeed (without ether1 traffic) = ifInOctets30
So I created calculated item in zabbix with
last("ifInOctets.1")-last("ifInOctets.30") expression.
And then I've got error - "Cannot evaluate function [last()]: item [mymikrotik:ifInOctets.1] not found"
Thanks!
Comment