Prometheus metrics for Dovecot

This commit is contained in:
Julian Rother 2025-02-09 02:01:45 +01:00
parent 71eb192c73
commit b1ce5b3e84
Signed by: julian
GPG key ID: C19B924C0CD13341
5 changed files with 106 additions and 0 deletions

View file

@ -1,6 +1,13 @@
- name: restart dovecot
service: name=dovecot state=restarted
- name: restart prometheus-dovecot-master-exporter
ansible.builtin.systemd_service:
name: prometheus-dovecot-master-exporter
state: restarted
enabled: true
daemon_reload: true
- name: restart postfix
service: name=postfix state=restarted