mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-22 14:03:10 +00:00
48a99764a1
* *: bump to Go 1.17 Signed-off-by: Simon Pasquier <spasquie@redhat.com> * *: fix yamllint errors Signed-off-by: Simon Pasquier <spasquie@redhat.com>
14 lines
336 B
YAML
14 lines
336 B
YAML
route:
|
|
receiver: 'sns-api-notifications'
|
|
group_by: [alertname]
|
|
receivers:
|
|
- name: 'sns-api-notifications'
|
|
sns_configs:
|
|
- api_url: https://sns.us-east-2.amazonaws.com
|
|
sigv4:
|
|
region: us-east-2
|
|
access_key: access_key
|
|
secret_key: secret_ket
|
|
attributes:
|
|
severity: Sev2
|