grafana: get alertmanager to be more chill
Some checks are pending
/ Ansible Lint (push) Waiting to run
Some checks are pending
/ Ansible Lint (push) Waiting to run
a bit of help to deal with alert fatigue
This commit is contained in:
parent
8f7990acc0
commit
11779ab21d
2 changed files with 8 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ services:
|
|||
- prom_data:/prometheus
|
||||
|
||||
alertmanager:
|
||||
image: docker.io/prom/alertmanager:v0.30.0
|
||||
image: docker.io/prom/alertmanager:v0.30.1
|
||||
container_name: alertmanager
|
||||
command:
|
||||
- '--config.file=/etc/alertmanager/alertmanager.yaml'
|
||||
|
|
@ -59,7 +59,7 @@ services:
|
|||
- /dev/null:/etc/prometheus/pve.yml
|
||||
|
||||
loki:
|
||||
image: docker.io/grafana/loki:3.6.3
|
||||
image: docker.io/grafana/loki:3.6.4
|
||||
container_name: loki
|
||||
ports:
|
||||
- 13100:3100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue