...

Text file src/github.com/prometheus/alertmanager/config/testdata/conf.http-config.good.yml

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

     1global:
     2  slack_api_url: 'https://slack.com/webhook'
     3  http_config:
     4    follow_redirects: false
     5route:
     6  receiver: team-X-slack
     7receivers:
     8  - name: 'team-X-slack'
     9    slack_configs:
    10      - http_config:
    11          proxy_url: foo

View as plain text