I have a need to alert when the following 2 sets of conditions are met and am not sure how to write it in the gui...
Trigger when:
All apply
all apply
UnDP pollername = "FireWallFailoverConfig"
UnDP pollerstatus contains "Primary"
all apply
UnDP pollername = "FireWallFailoverRunningAs"
UnDP pollerstatus contains "Standby"
This will basically tell me when my Primary unit is running in standby mode.
Is this logic the way it needs to look?
I'm just not sure if the groups correlate to a line in the table or how that works...