G'Day,
I apologize, as I realize this must be posted or documented somewhere, but I can't find what I'm specifically looking for. I'm trying to figure how advanced alerts triggers nest. I know it's not a typical if-then-else structure - that would be too easy. I've also played with the easy stuff, like if nodename=this and status is either this or that, but when I get into more complicated territory, I'm either not understanding how to nesting works, or Orion simply cannot do what I want, something like:
Trigger Alert when all of the following apply
Node Name is equal to SERVERA
Node Name is equal to SERVERB
Trigger Alert when all of the following apply
Application Name is equal to APPA_Connection
Trigger Allert when any of the following apply
Application Status is not equal to UP
Trigger Alert when all of the following apply
Application Name is equal to APPA_User_Experience
Response Time is greater than 600
By my reckoning, that should work out to: if application APPA is down, or has a slow response time, on both nodes, then alert. This is not even the whole picture. I also need to trigger an alert if both nodes are down, but I guess the connection monitor would take care of that too.
Anyway, can anyone point me to some documentation on nesting in advanced alerts, please? Failing that, can anyone give me a quick primer?
Thanx
Stephen
P.S. I realize the above structure is flawed. The nodename cannot be both SERVERA and SERVERB. It's just an example of the logic I need.