Add basic postfix_exporter

This commit is contained in:
Fabian Stamm
2020-04-26 20:02:45 +02:00
parent 72f45aef33
commit b39ca12566
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[Unit]
Description=Postfix Exporter
[Service]
User=root
ExecStart=/usr/prometheus/postfix_exporter
ProtectHome=true
ProtectSystem=full
[Install]
WantedBy=multi-user.target