I think it would make managing alerts much easier if we were able to build an if-then-else statement into the actions for an alert.
My example...
I create an alert for a particular set of criteria, but I want to enable a different response depending on who is responsible for solving the issue.
IF Node.Owner = "Server" THEN do(Action1)
IF Node.Owner = "Network" THEN do(Action2)
I gather it would be fairly complicated to implement, but I think it would really improve the alert manager.
Top Comments
If you mean to send an email to a different person depending on the type of device then there's another way. Create a node custom property called 'Contact_Email' (or something similar) and populate it…
We have over 100 different alerts and many are the same alert with some small change in it. I think this would be nice because I could have one "issue" with multiple nested variables.... therefore reducing…
Another way to do this would be to allow us to alert on alerts
For example:
One generic alert that is for node down
another that says if Node A has Alert X active for 10 minutes and the time is between…