prometheus/templates/systemd/prometheus-mongodb-exporter.service.j2

12 lines
290 B
Plaintext
Raw Normal View History

2021-04-29 18:53:56 +02:00
[Unit]
Description=Prometheus MongoDB Exporter
After=network.target
2021-05-31 12:18:34 +02:00
2021-04-29 18:53:56 +02:00
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-mongodb-exporter --compatible-mode --collect-all --discovering-mode
EnvironmentFile=/etc/default/prometheus-mongodb-exporter
2021-05-31 12:18:34 +02:00
2021-04-29 18:53:56 +02:00
[Install]
WantedBy=multi-user.target