Server monitoring with TIG
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.
|
route:
|
|
receiver: 'slack'
|
|
|
|
receivers:
|
|
- name: 'slack'
|
|
slack_configs:
|
|
- send_resolved: true
|
|
text: "{{ .CommonAnnotations.description }}"
|
|
username: 'Prometheus'
|
|
channel: '#prometheus'
|
|
api_url: 'https://hooks.slack.com/services/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'
|
|
|