Is it possible to trigger a new problem if 2 problem triggers become active on a host? I.E a correlation? I've tried to create a trigger that matches a failed ping but must have 2 dependent triggers but it never wants to fire. So in the OS template, if Ping fails and agent unavailable are both triggered. I'd like to generate a new trigger that creates a "server Down" disaster event. Just for eyes to get on those events quicker. Is this even possible? I've tried a couple different ways but never seem to get it to work.
Ad Widget
Collapse
Trigger a new problem if 2 problem conditions are met (correlation)
Collapse
X
-
I read up on dependencies just now and I might be able to do something there but not sure if it will work. I guess I could create a server down trogger that has ping and agent unavalalble checks within it, and make the agent unavailable and ICMP Ping triggers have dependencies on server down. If both conditions exist and a server down trigger is generated it would hide the agent unavaiable and ping alerts?
-
Problem solved. Created the Server Down trigger that checks for both ICMP Down and Agent unavailable expressions in one. When both are met at the same time it creates a server down event. Both the ICMP Down and Agent unavailable I added server down as a dependency. That does mask the two events essentially giving me only the server down problem which is escalated as disaster.Comment
Comment