prometheus/templates/systemd/prometheus-mongodb-exporter.service.j2
2021-05-31 16:23:19 +02:00

12 lines
239 B
Django/Jinja

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