Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.7rc1, 4.2.1rc1, 4.4.0alpha1, 4.4 (plan)
-
Component/s: Server (S)
-
Labels:None
-
Team:Team C
-
Sprint:Sprint 49 (Feb 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
-
Story Points:0.5
Description
Steps to reproduce:
- Create an item, type "Zabbix trapper", information type "numeric (float)"
- ./zabbix_sender -z 127.0.0.1 -s "host" -k "float.trapper" -o "1.2345.000"
- Add preprocessing step "Custom multiplier", multiply by 1
- ./zabbix_sender -z 127.0.0.1 -s "host" -k "float.trapper" -o "1.2345.000"
Result:
Step 2 fails as expceted.
Step 4 succeeds, value "1.23" is reported in Monitoring -> Latest data. Opening Graph and switching view from Graph to Values shows that stored value is 1.2345.
Expected:
Both ./zabbix_sender calls should fail.
Attachments
Issue Links
- depends on
-
ZBX-15444 Strange values are accepted as valid Numeric (float) values
-
- Closed
-