Hi guys
I'm pretty new with zabbix - I had to monitor some links - so I created a scenario with 7 steps - checking for status 200 - update interval 1m.
Seems like when the 4th step fails, step 5,6,7 are not being executed eg. they stop sending data the same time as the step 4 - so trigger fires for the step 4 as expected and triggers fire also for step 5,6,7 as no data are being received for the latest 5 min - kinda faulty alarm. See screens for the steps and trigger - the trigger is the same for step 5,6,7.
Any ideas, does it work as expected ? Eg failed step prevents following steps to run ? Steps 1,2,3 are sending data no issues after the fail for 4 step occurs.
Example:
Trigger ( step 4-7 )
Problem: {Zabbix server:web.test.rspcode[foo,NODE_4].last()}<>200 or {Zabbix server:web.test.rspcode[foo,NODE_4].nodata(5m)}
Recovery: {Zabbix server:web.test.rspcode[foo,NODE_4].last()}=200
Steps in screen
I'm pretty new with zabbix - I had to monitor some links - so I created a scenario with 7 steps - checking for status 200 - update interval 1m.
Seems like when the 4th step fails, step 5,6,7 are not being executed eg. they stop sending data the same time as the step 4 - so trigger fires for the step 4 as expected and triggers fire also for step 5,6,7 as no data are being received for the latest 5 min - kinda faulty alarm. See screens for the steps and trigger - the trigger is the same for step 5,6,7.
Any ideas, does it work as expected ? Eg failed step prevents following steps to run ? Steps 1,2,3 are sending data no issues after the fail for 4 step occurs.
Example:
Trigger ( step 4-7 )
Problem: {Zabbix server:web.test.rspcode[foo,NODE_4].last()}<>200 or {Zabbix server:web.test.rspcode[foo,NODE_4].nodata(5m)}
Recovery: {Zabbix server:web.test.rspcode[foo,NODE_4].last()}=200
Steps in screen
As you see, there is no option like "if step fails, continue with next" anywhere...
Comment