Prometheus metrics for Dovecot
This commit is contained in:
parent
71eb192c73
commit
b1ce5b3e84
5 changed files with 106 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue