scobal/seyren

Alert only Error and OK

doramir opened this issue · 1 comments

Is there a way to do only Error and OK and remove Warn for some alert.
I only need Error or OK.
When I subscribe only to Error and OK I'm getting all the OK from Warn -> OK

This seems logical, as subscribing to "OK" would cause you to receive an alert any time the status transitions to "OK," even from "Warn". Does unsubscribing from "OK" get you what you're looking for?