self-hosting/roles/monitoring-docker/files/monitoring/alertmanager/config.yml
2017-12-31 16:04:38 +01:00

10 lines
No EOL
234 B
YAML

route:
receiver: 'slack'
receivers:
- name: 'slack'
slack_configs:
- send_resolved: true
username: '<username>'
channel: '#<channel-name>'
api_url: '<incomming-webhook-url>'