Hi,
Some time ago when creating Alert Checkers, the “Device Match” and “Entity Match” fields were freeform logic statements, which allowed you to enter complex logic or just the * wildcard to match all;
We want to create a new generic Sensor based Alert Checker as per the examples in;
https://github.com/mgmoerman/docs/blob/master/observium-alert-checkers.md
Alert |
Entity type |
Check Conditions |
Check Conditions boolean |
Device match |
Entity match |
State sensor is in ALERT state! |
Status |
status_event = alert status_event = warning |
ANY |
* |
* |
However, the new Alert Checker section no longer allows freeform “Device Match” and “Entity Match” fields, and instead provides a new “Entity Association Ruleset” section providing a logic builder for the
Entity Match (which is very helpful), however we cannot figure out how to encode wildcards/* to match all for the Devices and Entities using the new editor?
Thanks, Andy.