Hi
Version: Zabbix 6lts
Im trying to auto resolve problem if count of item values the last 2min is less that one(1).
My recovery expression,
count(/Zabbix server/log[/var/log/my.log],2m,"regexp","ERROR")<1
Also tried find & nodata.... but no cigar there either.
find(/Zabbix server/log[/var/log/my.log],2m,"like","ERROR")=0
nodata(/Zabbix server/log[/var/log/my.log],2m)=1
Any help here to what im missing/not getting will be much appreciated.
Version: Zabbix 6lts
Im trying to auto resolve problem if count of item values the last 2min is less that one(1).
My recovery expression,
count(/Zabbix server/log[/var/log/my.log],2m,"regexp","ERROR")<1
Also tried find & nodata.... but no cigar there either.
find(/Zabbix server/log[/var/log/my.log],2m,"like","ERROR")=0
nodata(/Zabbix server/log[/var/log/my.log],2m)=1
Any help here to what im missing/not getting will be much appreciated.
Comment