...

Text file src/github.com/prometheus/alertmanager/config/testdata/conf.victorops-no-apikey.yml

Documentation: github.com/prometheus/alertmanager/config/testdata

     1route:
     2  group_by: ['alertname', 'cluster', 'service']
     3  group_wait: 30s
     4  group_interval: 5m
     5  repeat_interval: 3h
     6  receiver: team-X-victorops
     7  routes:
     8    - match:
     9        service: foo
    10      receiver: team-X-victorops
    11receivers:
    12  - name: 'team-X-victorops'
    13    victorops_configs:
    14      - routing_key: 'team-X'

View as plain text