NPM 951
I am trying to separate node down alerts for different devices for different groups of engineers. The original default alert worked fine sending alerts for all nodes to all engineers.
I'm trying to separate alerts by first copying the default node down alert. I then modified the original alert by adding a suppression(any) to ignore if node name contains SAN. This alert would only send emails to NET engineers. I then modified the copied alert to suppress(none) if node name contains SAN, sending emails to SAN engineers.
Now, there are no alerts being emailed, as I reviewed the Events list and devices went down overnight but no notifications went out.
Goal is to have network device alerts go to NET engineers and san device alerts go to SAN engineers.