I couldn't find if it's already implemented but it would be nice to have some kind of 'Ordered actions'. Like 'Filters' in mail client or Nginx rewrite rules. When it's possible to stop to process other rules if a match is found.
I.e.:
1. Send an alert if trigger matches xyz and time is between x and y and stop here
2. Send all other alerts (Default)
Currently, I have to add to Default 'and trigger DOES NOT matches xyz' to not to receive an alert.
I.e.:
1. Send an alert if trigger matches xyz and time is between x and y and stop here
2. Send all other alerts (Default)
Currently, I have to add to Default 'and trigger DOES NOT matches xyz' to not to receive an alert.