I have a sender sending data when an event occurs. I need the following trigger, but I can't get it to work:
When more than 3 values received in 60 seconds, trigger as problem for 5 mins before returning to ok.
I have:
({Template_Linux:logstr.sys.err.count(60)}>3 & {Template_Linux:logstr.sys.err.nodata(300)}=0)
I've tried with count and sum, but work, but it resets after 60 seconds, not 5 minutes.
Any help would be greatly appreciated. Thanks!
When more than 3 values received in 60 seconds, trigger as problem for 5 mins before returning to ok.
I have:
({Template_Linux:logstr.sys.err.count(60)}>3 & {Template_Linux:logstr.sys.err.nodata(300)}=0)
I've tried with count and sum, but work, but it resets after 60 seconds, not 5 minutes.
Any help would be greatly appreciated. Thanks!
Comment