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

Discard unchanged does not work with small values

XMLWordPrintable

    • Team A
    • Sprint 75 (Apr 2021), Sprint 76 (May 2021), Sprint 77 (Jun 2021)
    • 0.5

      Zabbix consider that 0.000001 and 0.000002 values are the same and discard 0.000002.

      $ zabbix_sender -z 127.0.0.1 -s test -k test -o 0.000001
      Response from "127.0.0.1:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000092"
      sent: 1; skipped: 0; total: 1
      $ zabbix_sender -z 127.0.0.1 -s test -k test -o 0.000002
      Response from "127.0.0.1:10051": "processed: 1; failed: 0; total: 1; seconds spent: 0.000202"
      

      So no value after :

      2021-04-28 14:51:37	0.000001
      2021-04-28 14:51:33	1
      

            dgoloscapov Dmitrijs Goloscapovs
            dotneft Alexey Pustovalov
            Team A
            Votes:
            4 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: