-
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
Steps to reproduce:
- Zabbix server 7.0.28 with two or more active proxies 7.0.28 in a proxy group.
- Host monitored by the proxy group, with an active-agent log item using skip mode.
- Trigger: length(last(item))>0 and nodata(item,20m)=0.
- Produce one matching log line so the problem opens; then stop producing matching lines entirely.
- Observe that the problem does not close after 20 minutes and remains open indefinitely, while proxies stay online.
- 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.