On 30.08.21 13:35, Brian Candler wrote:
> "match" matches exact strings. You need "match_re" if you want to match
> regular expressions.
thank you
from docs:
# DEPRECATED: Use matchers below.
# A set of regex-matchers an alert has to fulfill to match the node.
match_re:
I need this?
# A list of matchers that an alert has to fulfill to match the node.
matchers:
[ - <matcher> ... ]
can you give me an example?
that's why I was confused
yes. Those alerts I wish to send to /dev/null
kind regards
Evelyn