Hi
I'm trying to calculate avg packet size for network interfaces, the formula is very single:
~avg packet size = network traffic/ deltas pps
but because network interfaces are auto discovery,the calculated prototype item formula looks like last("net.if.in[{#IFNAME},]"}/last("net.if.in[{#IFNAME},packets]") but it doesn't work
Am I doing something wrong or zabbix doesn't support calculated item in prototypes?
Is there a work around? any other way to get average packet size at nic level?
Thank You
I'm trying to calculate avg packet size for network interfaces, the formula is very single:
~avg packet size = network traffic/ deltas pps
but because network interfaces are auto discovery,the calculated prototype item formula looks like last("net.if.in[{#IFNAME},]"}/last("net.if.in[{#IFNAME},packets]") but it doesn't work
Am I doing something wrong or zabbix doesn't support calculated item in prototypes?
Is there a work around? any other way to get average packet size at nic level?
Thank You