I'm setting up interface utilization alerts in NPM, and would like to avoid having to make different "tiers" of alerts. For example, I'd like to send an email with "Notice" in the subject line if an interface's receive utilization goes above 70%. I'd like to send a "Warning" email if it goes above 80%, and "Critical" if it goes above 90%. Would this require creating three separate alerts? I'd also like to do the same for the transmit utilization, which would require three more alerts for the 70/80/90% thresholds. Is there a more efficient way to set this up?