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

13 lines
309 B
Plaintext
Raw Permalink Normal View History

2023-04-21 15:16:01 +02:00
[Unit]
Description=Prometheus Nginx Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-nginx-exporter \
2023-04-21 18:08:16 +02:00
-nginx.scrape-uri {{ prometheus_nginx_scrape_uri | default("http://localhost/stub_status") }} \
2023-04-21 15:16:01 +02:00
-web.listen-address=0.0.0.0:9113
[Install]
WantedBy=multi-user.target