Skip to content

Commit

Permalink
Add alertmanager config to single process documents (#6274)
Browse files Browse the repository at this point in the history
  • Loading branch information
SungJin1212 authored Oct 19, 2024
1 parent 3865567 commit e070ec6
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configuration/single-process-config-blocks-gossip-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,12 @@ ruler_storage:
backend: local
local:
directory: /tmp/cortex/rules

alertmanager:
external_url: http://localhost/alertmanager

alertmanager_storage:
backend: local
local:
# Make sure file exist
path: /tmp/cortex/alerts
9 changes: 9 additions & 0 deletions docs/configuration/single-process-config-blocks-gossip-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,12 @@ ruler_storage:
backend: local
local:
directory: /tmp/cortex/rules

alertmanager:
external_url: http://localhost/alertmanager

alertmanager_storage:
backend: local
local:
# Make sure file exist
path: /tmp/cortex/alerts
9 changes: 9 additions & 0 deletions docs/configuration/single-process-config-blocks-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,12 @@ ruler_storage:
backend: local
local:
directory: /tmp/cortex/rules

alertmanager:
external_url: http://localhost/alertmanager

alertmanager_storage:
backend: local
local:
# Make sure file exist
path: /tmp/cortex/alerts
9 changes: 9 additions & 0 deletions docs/configuration/single-process-config-blocks-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,12 @@ ruler_storage:
backend: local
local:
directory: /tmp/cortex/rules

alertmanager:
external_url: http://localhost/alertmanager

alertmanager_storage:
backend: local
local:
# Make sure file exist
path: /tmp/cortex/alerts
9 changes: 9 additions & 0 deletions docs/configuration/single-process-config-blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,12 @@ ruler_storage:
backend: local
local:
directory: /tmp/cortex/rules

alertmanager:
external_url: http://localhost/alertmanager

alertmanager_storage:
backend: local
local:
# Make sure file exist
path: /tmp/cortex/alerts

0 comments on commit e070ec6

Please sign in to comment.