Skip to content

How to define routes and matchers in AlertmanagerConfigs

This document (000021083) is provided subject to the disclaimer at the end of this document.

Environment

Rancher 2.x

Rancher Monitoring enabled

Situation

Using the wrong syntax can stop alerts being sent correctly.

Resolution

In a case where we want to :

* Catch all instances where alertname = foo

\ Send them to the receiver "myReceiver"* the correct syntax would be:

routes:
  - matchers:
    - name: alertname
      value: foo
      receiver: 'myReceiver'
      regex: false

Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.