Hi --
I need a trigger which checks to see if every stored value during the last Y seconds (or #num of collected values), has been equal to (or greater/less than) X. I've always thought "last" should work this way... but... it doesn't
avg, min, and max doesn't work for me. Here's an example of what I'm looking for:
I'm using "most-recent" as the magical function I want that doesn't exist.
What is the alternative way of doing this?
I need a trigger which checks to see if every stored value during the last Y seconds (or #num of collected values), has been equal to (or greater/less than) X. I've always thought "last" should work this way... but... it doesn't
avg, min, and max doesn't work for me. Here's an example of what I'm looking for:I'm using "most-recent" as the magical function I want that doesn't exist.
What is the alternative way of doing this?
Code:
{[URL="https://admin1.xprepls.com/zabbix/items.php?form=update&itemid=25440"]Template_Linux:net.tcp.service[ssh][/URL].[B]most-recent(300[/B][B])[/B]}=0
{[URL="https://admin1.xprepls.com/zabbix/items.php?form=update&itemid=25440"]Template_Linux:net.tcp.service[ssh][/URL].[B]most-recent(#5[/B][B])[/B]}=0
Comment