-
Problem report
-
Resolution: Fixed
-
Major
-
None
-
None
-
Sprint 106 (Nov 2023)
-
1
Steps to reproduce:
- create a "Zabbix trapper" item with value type "Numeric (unsigned)"
- send any number outside the limits of this data type
Result:
Value | Result |
---|---|
-5.545e25 | 0 |
5.545e25 | 18446744073709551615 |
Expected:
The item should become unsupported with the corresponding error.
- caused by
-
ZBX-23484 Testing calculated item - confusing error message appears
- Closed