1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-07-02 08:02:23 +03:00
Files
nginx_exporter/examples/systemd/nginx_exporter.service

11 lines
270 B
Desktop File

[Unit]
Description=NGINX Prometheus Exporter
Requires=nginx_exporter.socket
[Service]
User=nginx_exporter
ExecStart=/usr/local/bin/nginx-prometheus-exporter --nginx.scrape-uri=http://127.0.0.1:8080/stub_status --web.systemd-socket
[Install]
WantedBy=multi-user.target