mirror of
https://github.com/stefanprodan/dockprom.git
synced 2025-05-05 15:32:50 +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>'
|