...

Text file src/github.com/prometheus/alertmanager/config/testdata/conf.slack-no-api-url.yml

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

     1route:
     2  receiver: 'slack-notifications'
     3  group_by: [alertname, datacenter, app]
     4receivers:
     5  - name: 'slack-notifications'
     6    slack_configs:
     7      - channel: '#alerts'
     8        text: 'test'

View as plain text