Add some note about missing dovecot alerts
This commit is contained in:
parent
aaf4d1e5a3
commit
89a3e16ab7
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
- name: Dovecot
|
||||
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
|
||||
expr: >
|
||||
dovecot_up{job="dovecot"} == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue