Commented out Slack config as it stopped service from running

Signed-off-by: Brian Christner <brian.christner@gmail.com>
This commit is contained in:
Brian Christner 2019-03-04 10:45:39 +01:00
parent 2059db8578
commit 16eb9002b5
No known key found for this signature in database
GPG Key ID: ECA21DC2A2758F38
1 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
route:
receiver: 'slack'
route:
receiver: 'slack'
receivers:
- name: 'slack'
slack_configs:
- send_resolved: true
username: '<username>'
channel: '#<channel-name>'
api_url: '<incomming-webhook-url>'
receivers:
- name: 'slack'
# slack_configs:
# - send_resolved: true
# username: '<username>'
# channel: '#<channel-name>'
# api_url: '<incomming-webhook-url>'