route:
    # A default reciever
    receiver: 'default'
    # The child route trees.
    routes:
    # This routes performs a regular expression match on alert labels to
    # catch alerts that are related to a list of services.
    - match:
        severity: warning
      receiver: 'mail'
    - match:
        severity: critical
      receiver: 'all'


Op vrijdag 27 maart 2020 12:36:56 UTC+1 schreef Brian Candler:

> To control which receivers get which alerts, you need to configure "routes 
> <https://prometheus.io/docs/alerting/configuration/#route>".  You haven't 
> shown that part of your configuration.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/573561ed-8970-44f2-b842-1d8abb62a3c2%40googlegroups.com.

Reply via email to