PDA

View Full Version : Conditional Events/Action


Jmark
24-04-2008, 20:04
Im trying to do the following:

If Trigger A= True
If Trigger B = True
Perform Action A

If Trigger A = False
If Trigger B = Anything
Perform Action B

If Trigger A = True
If Trigger B = False
Dont Do anything.

I tried the following:

Host group = "Group of Trigger B "
Host group = "Group of Trigger B "
Host group <> "Group of Trigger A"
Trigger severity = "Disaster"
Trigger value = "TRUE"
Im wondering if this will work.
I wish i could specify if Trigger A != True as an option under actions.

I also made trigger B depend on Trigger A. -- will this work?