This seems like a stupid question, but I can't seem to figure it out.
I am using SNMP to poll some Cisco devices (both switches and routers) for interface statistics (ifInOctets and ifOutOctets). This information is in Bytes.
I would like to convert this information to Bits for displaying in the graphs. I tried setting the multiplier for the item to 8, but that did not work. For some reason the polled values skyrocketed.
Do I misunderstand the purpose of a "multiplier"?
Is Zabbix taking the (previous value * multiplier) - (last value * multiplier) = delta?
If so, I'm looking for functionality like (previous value - last value) * 8 = delta
Is there a way to get Bits properly? (Or am I just doing something wrong?)
joe
I am using SNMP to poll some Cisco devices (both switches and routers) for interface statistics (ifInOctets and ifOutOctets). This information is in Bytes.
I would like to convert this information to Bits for displaying in the graphs. I tried setting the multiplier for the item to 8, but that did not work. For some reason the polled values skyrocketed.
Do I misunderstand the purpose of a "multiplier"?
Is Zabbix taking the (previous value * multiplier) - (last value * multiplier) = delta?
If so, I'm looking for functionality like (previous value - last value) * 8 = delta
Is there a way to get Bits properly? (Or am I just doing something wrong?)
joe
Comment