I have a thread defined as inbound and I want an alert to trigger if the thread has not received any inbound transactions for at least 30 minutes (1800 secs). My alert is defined for last receive, delta is checked, comparing >=1800 at least once between the hours of 0800 and 1700 in the time window. The alert triggers a page. I get the page only when the thread is shutdown and restarted. Is this because it meets the criteria sometime after 1700 and before 0800 and it needs to be reset? Not making much sense to me.