I am using Zabbix 1.8 for network management reporting.
I have an item, for example net.if.in[<if><,mode>]
I need to build graph using value (net.if.in[<if><,mode>])/n, where "n" is any integer.
I know just this way - in item's properties put a "multiplier" "1/n", but a think that is not true way :)
Help me please to find true way to do math operations with items and build a graph with it