Add Dovecot exporter

This commit is contained in:
Fabian Stamm
2020-04-25 21:13:54 +02:00
parent a20d544b38
commit 72f45aef33
7 changed files with 96 additions and 2 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description=Dovecot Exporter
[Service]
User=root
ExecStart=/usr/prometheus/dovecot_exporter
ProtectHome=true
ProtectSystem=full
ReadWritePaths=/var/run/dovecot/stats
[Install]
WantedBy=multi-user.target