Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-15643

del_zeros() may convert invalid number into a valid number

XMLWordPrintable

    • Team C
    • Sprint 49 (Feb 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
    • 0.5

      Steps to reproduce:

      1. Create an item, type "Zabbix trapper", information type "numeric (float)"
      2. ./zabbix_sender -z 127.0.0.1 -s "host" -k "float.trapper" -o "1.2345.000"
      3. Add preprocessing step "Custom multiplier", multiply by 1
      4. ./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.

            asestakovs Aleksejs Sestakovs
            asitals Andrejs Sitals
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: