Dear Colleagues,
I'm currently using a trigger from the documentation, namely: http://www.zabbix.com/documentation/...nitoring/items
It works quite well but I'd like to improve it so that an alarm is triggered after 3 consecutive web test fails. Could you please suggest a modification to the expression above?
I'm currently using a trigger from the documentation, namely: http://www.zabbix.com/documentation/...nitoring/items
Code:
{zabbix-server:web.test.error[site1].strlen()}>0 and {zabbix-server:web.test.fail[site1].last()}>0
Comment