Basically, if there is a graph currently running at 600 Kbps, how to make it always display that as 0.6 Mbps (or whatever the exact number)?
Can we do this for only specific hosts/templates/items/graphs?
I basically want the main router to display the values as Mbps all the time, if we change it globally for Zabbix we can work with that too.
We set a multiplier of 0.0000076293945 for a graph to test, it shows an correct number but only whole numbers, doesn't show any decimal at all, and it would be storing the number inaccurately too. So leaving the multi at 8 (1 octect = 1 byte = 8 bits), then changing things on the zabbix math end seems to be the way to go. Any ideas?
Thanks in advance! You guys rock!
Can we do this for only specific hosts/templates/items/graphs?
I basically want the main router to display the values as Mbps all the time, if we change it globally for Zabbix we can work with that too.
We set a multiplier of 0.0000076293945 for a graph to test, it shows an correct number but only whole numbers, doesn't show any decimal at all, and it would be storing the number inaccurately too. So leaving the multi at 8 (1 octect = 1 byte = 8 bits), then changing things on the zabbix math end seems to be the way to go. Any ideas?
Thanks in advance! You guys rock!
Comment