Hi all!
I want to create trigger with the next logic:
trigger fires if value of last 3 checks of item2 less than max value of item1 for last 180 seconds.
I tried to use trigger like:
{host:web.test2.count(#3,"{host:web.test1.max(180) }","lt")}=3
but it doesn't work.
How to implement such logic?
I want to create trigger with the next logic:
trigger fires if value of last 3 checks of item2 less than max value of item1 for last 180 seconds.
I tried to use trigger like:
{host:web.test2.count(#3,"{host:web.test1.max(180) }","lt")}=3
but it doesn't work.
How to implement such logic?
Comment