Prometheus: Put External URL into alerts
This commit is contained in:
parent
945fe5d39d
commit
9174639f32
@ -5,6 +5,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
|
- '--web.external-url=https://prometheus.tobiasmanske.de'
|
||||||
volumes:
|
volumes:
|
||||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro,Z
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro,Z
|
||||||
- prom_data:/prometheus
|
- prom_data:/prometheus
|
||||||
@ -54,6 +55,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- '--config.file=/etc/alertmanager/config.yml'
|
- '--config.file=/etc/alertmanager/config.yml'
|
||||||
|
- '--web.external-url=https://alertmanager.tobiasmanske.de'
|
||||||
- '--storage.path=/data'
|
- '--storage.path=/data'
|
||||||
|
|
||||||
alertmanager-matrix:
|
alertmanager-matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user