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

As Trapper processes adjust monitoring time, trigger evaluations use incorrect data

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Duplicate
    • Icon: Trivial Trivial
    • None
    • 2.2.22rc1, 3.0.15
    • Proxy (P), Server (S)
    • None

      Zabbix Server and Proxy Trapper processes receive data from Agents and Proxies. Then they adjust monitoring time with included timestamp.

      The data from Agent, especially log or eventlog, is sent by big block. But from Proxy, is sliced in spite of reading log almost same time. By this, in a
      spcific situation, data timestamp is reverted.
      e.g.

      Agent reading
      data 1 : time a
      data 2 : time b := a + 0.001
      send data 1 and 2 together

      Proxy receiving
      data 1 : time c := a + 0.01
      data 2 : time d := b + 0.01 := a + 0.011

      Send data 1 and 2 separately

      Server receving
      data 1 : time e := c + 0.02 := a + 0.03
      data 2 : time f := d + 0.01 := a + 0.021

      The revert occures.

      In addition, the trigger with regexp() selects data with the accuracy second not nano second. So, when trigger evaluates against data 2, select data 1 because it selects the latest data.

            Unassigned Unassigned
            daiki.matsuda@miraclelinux.com MATSUDA Daiki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: