Add some note about missing dovecot alerts
Some checks failed
/ dev-shell (push) Successful in 1m11s
/ check (push) Failing after 9m33s
/ rust-packages (push) Successful in 8m56s
/ terraform-providers (push) Successful in 59s
/ systems (push) Successful in 18m15s

This commit is contained in:
Kaare Hoff Skovgaard 2025-08-07 00:04:13 +02:00
parent aaf4d1e5a3
commit 89a3e16ab7
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -1,5 +1,9 @@
- name: Dovecot - name: Dovecot
rules: rules:
# This actually doesn't work as there's no dovecot_up exported.
# This should probably be dynamically created as the job_up.nix file does it,
# for every server that uses dovecot. It should be possiblet to query dovecot_build_info
# with absent_over_time somehow.
- alert: DovecotDown - alert: DovecotDown
expr: > expr: >
dovecot_up{job="dovecot"} == 0 dovecot_up{job="dovecot"} == 0