-
Problem report
-
Resolution: Won't fix
-
Major
-
None
-
6.4.7
-
None
-
RHEL9, Zabbix 6.4.7
-
Sprint 105 (Oct 2023)
Problem description
Widget Top hosts in 6.4 added possibility to define decimal numbers in numeric items, like it was before possible in widget "Item value". Problem is that "Item value" applies this setting only on float values, "Top hosts" applies it on both float and integer.
In the case of newly created Dashboards it can be easily avoided usinm "0" value, but problem is when dashboards are part of Zabbix 6.0 now upgraded to 6.4. Now every dashboard (hundreds) needs manual change to set value to 0.
Probably caused by ZBXNEXT:
https://support.zabbix.com/browse/ZBXNEXT-8165
Docs for "Top hosts":
Decimal places | Specify how many decimal places will be displayed with the value. This setting applies only to numeric data. |
Dosc for "Item value":
Decimal places | Select how many decimal places will be displayed with the value. This value will affect only float items. |
Steps to reproduce:
- Create "Top hosts" widget and column with some integer Item value, e.g. No of CPU cores. Left "Decimal places" as default "2"
Expected:
Integer Items displayed without decimals at all regardles of widget settings.