I want to find out if during the last 10 times a value was found, any of those values were over 5. Can I do this with the following:
{server:item.check.last(#10)}>5
I believe this is correct, but I am not sure. I don't want the trigger to fire unless anytime in the last 10 checks, the value was over 5.
Thanks.
{server:item.check.last(#10)}>5
I believe this is correct, but I am not sure. I don't want the trigger to fire unless anytime in the last 10 checks, the value was over 5.
Thanks.
Comment