Hello,
I need to know if the nested condition groups I configured in an alert will work the way I think they should work. Here's the structure:
Trigger alert when "All" of the following apply (Level 01)
Condition 01
Condition 02
Trigger alert when "Not All" of the following apply (Level 02)
Trigger alert when "All" of the following apply (Level 03-1)
Condition 01
Condition 02
Trigger alert when "All" of the following apply (Level 03-2)
Condition 01
Condition 02
So if my understanding of nested condition groups is right:
- "Level 02" is true when the conditions for "Level 03-1" or "Level 03-2" are true.
- "Level 01" is true when both of its conditions are true, and "Level 02" is true.
Have I got this right?
Thanks,
John