Ad Widget

Collapse

Zabbix web scenario Triggers Not Working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhay-ramekar
    Junior Member
    • May 2024
    • 4

    #1

    Zabbix web scenario Triggers Not Working

    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.
  • troffasky
    Senior Member
    • Jul 2008
    • 628

    #2
    What's the polling interval on your web scenario?

    Comment

    Working...