Hi everybody,
I have a question about triggers.
I have 2 variables relating to a timing counter, they change randomly, and every 10 minutes the sync script updates the 2 counters.
The trigger check, occurs every 1 minute, however I would like the alert trigger to occur only if the difference remains for more than 10 minutes.
I tried something like this, but it did not work:
({srvdb1:sequence1.last()}<>{srvdb2:sequence2.last ()}).last(#1)=1
Incorrect trigger expression. Check expression part starting from ").last(#1)=1"
I appreciate your help.
Thanks!
I have a question about triggers.
I have 2 variables relating to a timing counter, they change randomly, and every 10 minutes the sync script updates the 2 counters.
The trigger check, occurs every 1 minute, however I would like the alert trigger to occur only if the difference remains for more than 10 minutes.
I tried something like this, but it did not work:
({srvdb1:sequence1.last()}<>{srvdb2:sequence2.last ()}).last(#1)=1
Incorrect trigger expression. Check expression part starting from ").last(#1)=1"
I appreciate your help.
Thanks!