You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
314 B
11 lines
314 B
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>'
|