Hello,
I have recently installed Zabbix 6.4 and am trying to monitor websites as to when and if they go down.
I have set up a few web scenarios on my main zabbix server to check for 200 status codes for the websites, which does enough to check they are up.
I would like to set up a single trigger to check if any of the websites in the different web scenarios go down.
Is there a macro/shortcut I can use in the expression to check all of the web scenarios instead of just one?
I am currently using the expression last(/HOST/web.test.fail[SCENARIO NAME])<>0 to check one of the scenarios and trigger an alert if it goes down. is there a function I can set under [SCENARIO NAME] that will check every web scenario that is on that host?
I have recently installed Zabbix 6.4 and am trying to monitor websites as to when and if they go down.
I have set up a few web scenarios on my main zabbix server to check for 200 status codes for the websites, which does enough to check they are up.
I would like to set up a single trigger to check if any of the websites in the different web scenarios go down.
Is there a macro/shortcut I can use in the expression to check all of the web scenarios instead of just one?
I am currently using the expression last(/HOST/web.test.fail[SCENARIO NAME])<>0 to check one of the scenarios and trigger an alert if it goes down. is there a function I can set under [SCENARIO NAME] that will check every web scenario that is on that host?
Comment