mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
10 lines
234 B
YAML
10 lines
234 B
YAML
|
|
route:
|
||
|
|
receiver: 'slack'
|
||
|
|
|
||
|
|
receivers:
|
||
|
|
- name: 'slack'
|
||
|
|
slack_configs:
|
||
|
|
- send_resolved: true
|
||
|
|
username: '<username>'
|
||
|
|
channel: '#<channel-name>'
|
||
|
|
api_url: '<incomming-webhook-url>'
|