prometheus/templates/systemd/prometheus-mongodb-exporter.service.j2
2021-05-31 14:44:26 +02:00

12 lines
225 B
Django/Jinja

[Unit]
Description=Prometheus MongoDB Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-mongodb-exporter
EnvironmentFile=/etc/mongodb-exporter.conf
[Install]
WantedBy=multi-user.target