monitoring/nginx_exporter/nginx_exporter.service
Georg 4bd9e36ff4
Mass Commit 06/08/2021
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-06 17:42:45 +02:00

13 lines
261 B
Desktop File

[Unit]
Description=Nginx Exporter
After=network.target
[Service]
User=nginx_exporter
Group=prometheus
Type=simple
ExecStart=/opt/nginx_exporter/nginx-prometheus-exporter -nginx.scrape-uri=http://127.0.0.2:8080/stub_status
[Install]
WantedBy=multi-user.target