Alerting: Add file provisioning for contact points (#51924)

This commit is contained in:
Jean-Philippe Quéméner
2022-08-01 18:17:42 +02:00
committed by GitHub
parent e791a4e576
commit d9cace4dca
31 changed files with 611 additions and 184 deletions
@@ -0,0 +1,9 @@
apiVersion: 1
contactPoints:
- name: cp_1
orgId: 1337
receivers:
- uid: first_uid
type: prometheus-alertmanager
settings:
url: http://test:9000
@@ -0,0 +1,8 @@
apiVersion: 1
contactPoints:
- name: cp_1
receivers:
- uid: first_uid
type: prometheus-alertmanager
settings:
url: http://test:9000
@@ -0,0 +1,8 @@
apiVersion: 1
contactPoints:
- name: cp_1
receivers:
- uid: ""
type: prometheus-alertmanager
settings:
url: http://test:9000
@@ -0,0 +1,7 @@
apiVersion: 1
contactPoints:
- name: cp_1
receivers:
- type: prometheus-alertmanager
settings:
url: http://test:9000
@@ -0,0 +1,14 @@
apiVersion: 1
contactPoints:
- name: cp_1
receivers:
- uid: first_uid
type: prometheus-alertmanager
settings:
url: http://test:9000
- name: cp_2
receivers:
- uid: second_uid
type: prometheus-alertmanager
settings:
url: http://test:9000
@@ -0,0 +1,8 @@
apiVersion: 1
contactPoints:
- name: cp_1
receivers:
- uid: " "
type: prometheus-alertmanager
settings:
url: http://test:9000