-
Problem report
-
Resolution: Fixed
-
Minor
-
2.2.24rc1, 3.0.25rc1, 4.0.4rc1, 4.2.0alpha3
-
Sprint 48, Jan 2019, Sprint 49 (Feb 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
-
1
See ZBX-10784 for initial report.
Steps to reproduce:
- Create host "Testing"
- Create item:
- Name: "Trapper"
- Type: Zabbix Trapper
- Key: float.trapper
- Type of information: Numeric (float)
- Execute
$ src/zabbix_sender/zabbix_sender -z localhost -s Testing -k float.trapper -o ' "+ "+ + + -3.0 " " '
Result:
Value is accepted:
info from server: "processed: 1; failed: 0; total: 1; seconds spent: 0.001196" sent: 1; skipped: 0; total: 1
Expected:
"+ "+ + + -3.0 " " is by no means a valid decimal number and item should become not supported.