Hi all

I have an alert checker set up to monitor our F5 BIG-IP devices, alerting administrators if they forget to syncronise config after making changes. 


My alert looks like this:


Device Match: *

Entity Match: status_type equals f5-config-sync-state

Test conditions (Require all): status_name notequals inSync
status_name notequals standalone 



This is working great, however to reduce spamminess of alerts I am looking to only send the alert for the primary (HA active) device; when an additional status_type / condition match is true, i.e.:


Entity Match: status_type equals f5-ha-state

Test conditions: status_name equals active


Is it possible to have alert checkers trigger based upon groups of entity matches like this? Am I approaching this in the wrong way?


Thanks

Dan