Trying to retrieve cumulative, sum of bandwidth usage.
This post https://blog.zabbix.com/zabbix-monit...xplained/9950/ shows how to sum incoming and outgoing traffiic, but it's not cumulative.
I don't need to sum both IN and OUT traffic. Let's say, I want to get all sum of out traffic, something like "sum=sum+last(net.if.out[ifHCOutOctets.$IF)"
How do I elaborate this on calculated formula?
Thanks!
This post https://blog.zabbix.com/zabbix-monit...xplained/9950/ shows how to sum incoming and outgoing traffiic, but it's not cumulative.
I don't need to sum both IN and OUT traffic. Let's say, I want to get all sum of out traffic, something like "sum=sum+last(net.if.out[ifHCOutOctets.$IF)"
How do I elaborate this on calculated formula?
Thanks!
Comment