|
@ -1,3 +1,4 @@ |
|
|
|
|
|
--- |
|
|
route: |
|
|
route: |
|
|
receiver: 'slack' |
|
|
receiver: 'slack' |
|
|
|
|
|
|
|
@ -9,3 +10,4 @@ receivers: |
|
|
username: 'Prometheus' |
|
|
username: 'Prometheus' |
|
|
channel: '#<channel-name>' |
|
|
channel: '#<channel-name>' |
|
|
api_url: 'https://hooks.slack.com/services/<webhook-id>' |
|
|
api_url: 'https://hooks.slack.com/services/<webhook-id>' |
|
|
|
|
|
... |