Summary: Need almost all triggers to only send action after 5 minutes of being down. In this case, page after 5 minutes after 71F.
Polling is set for 30 seconds. Would like to keep this as the graphing is nice.
Temp = item
{Device:Temp.last(300)}>71
Problem: I get a email usually after a minute and not the 5 minutes.
I've tired
{Device:Temp.last()}>71 and {Device:Temp.min(5)}=0
Update: I was able to accomplish this goal using actions (Configuration->Actions->Operations) but the recovery action still comes in and there isn't a way to add a "delay" to it.
Ex. Problem was down for 5 minutes, comes up for one minute then goes right back down. Don't need to know about that one minute if it does right back down. This will prevent flap.