self-hosting/roles/monitoring-docker/files/monitoring/alertmanager/config.yml

10 lines
234 B
YAML
Raw Normal View History

2017-12-31 16:04:38 +01:00
route:
receiver: 'slack'
receivers:
- name: 'slack'
slack_configs:
- send_resolved: true
username: '<username>'
channel: '#<channel-name>'
api_url: '<incomming-webhook-url>'