I second the warning about using the suppression tab. The problem is that suppression conditions are always evaluated independently of the trigger condition and kills the trigger. So in your example if any node in the entire database has "SAN" in its name then the trigger would be suppressed. The alert would never fire no matter what the trigger condition is.
↧