Regarding LOG Monitoring. I want a trigger to be active only if a error occurred "5 times in a log file in last 2 minutes". this was done using below trigger.
"{Zabbix server:log["/opt/test.log","error text"].count(120,5)}=0"
but question is if trigger set to active state once it will never go back to ok state.
how can i set if this process did't repeat in next 3-4 minutes then set it to normal OK state.
"{Zabbix server:log["/opt/test.log","error text"].count(120,5)}=0"
but question is if trigger set to active state once it will never go back to ok state.
how can i set if this process did't repeat in next 3-4 minutes then set it to normal OK state.
Comment