Hello Team,
We are on Zabbix 7.0 LTS.
We’ve configured web scenarios in Zabbix for a few URLs and the latest data is updating correctly. However, the trigger expression we’re using is not honoring the intended 5–10 minute delay. Instead, it fires immediately when a non-200 response code appears and then auto-resolves once the status recovers, which results in false alerts.
exp -
min(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ,WWW_ XYZ_PROD_Desktop_Chrome],#5)<>200
max(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ_Desktop_Chrome,WWW_ XYZ_Desktop_Chrome],#5)<>200
min(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ_Desktop_Chrome,WWW_ XYZ_Desktop_Chrome],5m)<>200
max(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ_Desktop_Chrome,WWW_ XYZ_Desktop_Chrome],5m)<>200
please check and suggest work around.
Thanks.
We are on Zabbix 7.0 LTS.
We’ve configured web scenarios in Zabbix for a few URLs and the latest data is updating correctly. However, the trigger expression we’re using is not honoring the intended 5–10 minute delay. Instead, it fires immediately when a non-200 response code appears and then auto-resolves once the status recovers, which results in false alerts.
exp -
min(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ,WWW_ XYZ_PROD_Desktop_Chrome],#5)<>200
max(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ_Desktop_Chrome,WWW_ XYZ_Desktop_Chrome],#5)<>200
min(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ_Desktop_Chrome,WWW_ XYZ_Desktop_Chrome],5m)<>200
max(/www_synthetic_monitor_new/web.test.rspcode[WWW_XYZ_Desktop_Chrome,WWW_ XYZ_Desktop_Chrome],5m)<>200
please check and suggest work around.
Thanks.
Comment