I would like to graph SNMP Datas in bit/s but datas are given in Bytes/s (Ex : ifInOctets.1)
Is it possible and how?
Thanks
peter_field
22-06-2006, 03:37
I'm only new at Zabbix, but I imagine what you are looking for is using a multipler of 0.125 (to effectively divide the result by 8).
Hope that helps!
peter_field
22-06-2006, 03:40
Sorry, I got it backwards. You want a multipler of 8 rather than 0.125.
i.e.
5 Octets is 5 * 8bits = 40 bits.
So set a multipler of 8 and it should be right.