I have several devices that output a metric. If the metric is above a threshold (different for each device), I alert. At the end of my alert_rules.yml file I have a catch-all that alerts for any device outputing a metric value of >1. This is to find devices that can have their individual rules added earlier in the rules file (devices may come and go).
The problem I have is, all devices trigger this >1 identify rule. Even ones that have rules defined above them (as expected). How can I assure that devices only trigger either their own rule (with their custom limit), or the identify rule, not both?