-
Problem report
-
Resolution: Fixed
-
Major
-
5.0.22, 6.0.3
-
Sprint 87 (Apr 2022), Sprint 88 (May 2022), Sprint 89 (Jun 2022), Sprint 90 (Jul 2022)
-
1
Create trigger expression or calculated item with count function that is double with some suffix. For example: host:item.key.count(#12,30.5G,lt)
You will get
Cannot evaluate function "host:item.key.count(#12,30.5G,lt)": "30.5G" is not a valid numeric unsigned value.
Zabbix will check if second parameter is uint number before apllying G suffix.
So the question is, why Zabbix checks that the number is an integer if item is integer? Why can't Zabbix compare integer and fractional?