Is there a way to delay an alert using custom properties? For example, we have hundreds of servers, some of them will be using a lot of CPU for periods of time and it won't affect their performance, while others will use a lot of CPU and make the server unusable. On the former, we delay the alert for 4 hours. On the latter, we need to know right away. Instead of writing two or more separate alerts, I would like to use a custom property to determine the delay on the alert.
I am no good at writing SQL code, but am wondering if there's a way to do this using a custom sql alert? If so, this would save me a lot of additional alert writing and maintenance.