Compare commits

..

1 commit

Author SHA1 Message Date
57d4fde7e4
grafana: make alerts better for fux
Some checks failed
/ Ansible Lint (push) Failing after 48s
/ Ansible Lint (pull_request) Failing after 47s
2025-09-09 18:16:28 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -79,7 +79,7 @@ receivers:
- name: "email-fux-critical"
email_configs:
- send_resolved: true
to: "stb@lassitu.de"
to: "stb@lassitu.de,fux@zimdahl.org"
from: "alert-manager@hamburg.ccc.de"
smarthost: "cow.hamburg.ccc.de:587"
auth_username: "alert-manager@hamburg.ccc.de"

View file

@ -14,6 +14,7 @@ services:
volumes:
- ./configs/prometheus.yml:/etc/prometheus/prometheus.yml
- ./configs/prometheus_alerts.rules.yaml:/etc/prometheus/rules/alerts.rules.yaml
- ./configs/prometheus_alerts-fux.rules.yaml:/etc/prometheus/rules/alerts-fux.rules.yaml
- prom_data:/prometheus
alertmanager: