Skip to content

Commit e070ec6

Browse files
authored
Add alertmanager config to single process documents (#6274)
1 parent 3865567 commit e070ec6

5 files changed

+45
-0
lines changed

docs/configuration/single-process-config-blocks-gossip-1.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,12 @@ ruler_storage:
9696
backend: local
9797
local:
9898
directory: /tmp/cortex/rules
99+
100+
alertmanager:
101+
external_url: http://localhost/alertmanager
102+
103+
alertmanager_storage:
104+
backend: local
105+
local:
106+
# Make sure file exist
107+
path: /tmp/cortex/alerts

docs/configuration/single-process-config-blocks-gossip-2.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ ruler_storage:
9595
backend: local
9696
local:
9797
directory: /tmp/cortex/rules
98+
99+
alertmanager:
100+
external_url: http://localhost/alertmanager
101+
102+
alertmanager_storage:
103+
backend: local
104+
local:
105+
# Make sure file exist
106+
path: /tmp/cortex/alerts

docs/configuration/single-process-config-blocks-local.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,12 @@ ruler_storage:
8888
backend: local
8989
local:
9090
directory: /tmp/cortex/rules
91+
92+
alertmanager:
93+
external_url: http://localhost/alertmanager
94+
95+
alertmanager_storage:
96+
backend: local
97+
local:
98+
# Make sure file exist
99+
path: /tmp/cortex/alerts

docs/configuration/single-process-config-blocks-tls.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,12 @@ ruler_storage:
102102
backend: local
103103
local:
104104
directory: /tmp/cortex/rules
105+
106+
alertmanager:
107+
external_url: http://localhost/alertmanager
108+
109+
alertmanager_storage:
110+
backend: local
111+
local:
112+
# Make sure file exist
113+
path: /tmp/cortex/alerts

docs/configuration/single-process-config-blocks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,12 @@ ruler_storage:
8888
backend: local
8989
local:
9090
directory: /tmp/cortex/rules
91+
92+
alertmanager:
93+
external_url: http://localhost/alertmanager
94+
95+
alertmanager_storage:
96+
backend: local
97+
local:
98+
# Make sure file exist
99+
path: /tmp/cortex/alerts

0 commit comments

Comments
 (0)