mirror of
https://github.com/stefanprodan/dockprom.git
synced 2026-03-03 02:27:01 +00:00
12 lines
314 B
YAML
12 lines
314 B
YAML
route:
|
|
receiver: 'slack'
|
|
|
|
receivers:
|
|
- name: 'slack'
|
|
slack_configs:
|
|
- send_resolved: true
|
|
text: "{{ .CommonAnnotations.description }}"
|
|
username: 'Prometheus'
|
|
channel: '#<channel-name>'
|
|
api_url: 'https://hooks.slack.com/services/<webhook-id>'
|