I have an item with units set to "Trans" standing for transactions. When it stores a number like 397139 in latest data it says "388 KTrans", so it is treating it like a file and dividing it by 1024. Is there anyway to avoid this, so it would display 397 KTrans instead without messing with the actual values in the database?
I mean I guess it could be rigged up in some way with a custom multiplier, but then that would mess up the graph and just be a mess. I mean I guess it works if I set the item as if it were "Text", but then I lose my pretty zabbix graph
I mean I guess it could be rigged up in some way with a custom multiplier, but then that would mess up the graph and just be a mess. I mean I guess it works if I set the item as if it were "Text", but then I lose my pretty zabbix graph
Comment