A fix in ZBX-27736 broke the nodata() function

XMLWordPrintable

    • Type: Problem report
    • Resolution: Duplicate
    • Priority: Critical
    • None
    • Affects Version/s: 7.0.28, 7.4.12, 8.0.0beta2
    • Component/s: Proxy (P), Server (S)
    • Sprint candidates
    • 1

      Steps to reproduce:

      1. Zabbix server 7.0.28 with two or more active proxies 7.0.28 in a proxy group.
      2. Host monitored by the proxy group, with an active-agent log item using skip mode.
      3. Trigger: length(last(item))>0 and nodata(item,20m)=0.
      4. Produce one matching log line so the problem opens; then stop producing matching lines entirely.
      5. Observe that the problem does not close after 20 minutes and remains open indefinitely, while proxies stay online.
      6. Replace nodata(item,20m) with nodata(item,20m,"strict") — the problem now closes 20 minutes after the last value.

      Result:
      nodata() is not processed correctly correctly. 

      Expected:
      nodata() processed correctly.

            Assignee:
            Zabbix Development Team
            Reporter:
            Edgar Akhmetshin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: