Hello to all.
I am creating a monitoring template for Arista switch and have LLD rule to enumerate and create items for all discovered interfaces. I would also like to add an item for total interface utilization that is based on three individually retrieved values: ifInOctets, ifOutOctes, ifSpeed.
The problem I ran into is the fact that Zabbix' last("param",0) function seems to return a previous value of the parameter, not the most current one. Hence my formula provides data that is one measurement interval behind of the last retrieved over SNMP values.
Does anyone have an idea what would be the problem?
Thank you in advance!
I am creating a monitoring template for Arista switch and have LLD rule to enumerate and create items for all discovered interfaces. I would also like to add an item for total interface utilization that is based on three individually retrieved values: ifInOctets, ifOutOctes, ifSpeed.
The problem I ran into is the fact that Zabbix' last("param",0) function seems to return a previous value of the parameter, not the most current one. Hence my formula provides data that is one measurement interval behind of the last retrieved over SNMP values.
Does anyone have an idea what would be the problem?
Thank you in advance!