...

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

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

     1global:
     2  victorops_api_key: asd132
     3route:
     4  group_by: ['alertname', 'cluster', 'service']
     5  group_wait: 30s
     6  group_interval: 5m
     7  repeat_interval: 3h
     8  receiver: team-Y-victorops
     9  routes:
    10    - match:
    11        service: foo
    12      receiver: team-X-victorops
    13receivers:
    14  - name: 'team-X-victorops'
    15    victorops_configs:
    16      - routing_key: 'team-X'
    17  - name: 'team-Y-victorops'
    18    victorops_configs:
    19      - routing_key: 'team-Y'
    20        api_key: qwe456

View as plain text