summaryrefslogtreecommitdiffstats
path: root/nginx_exporter/nginx_exporter.service
diff options
context:
space:
mode:
Diffstat (limited to 'nginx_exporter/nginx_exporter.service')
-rw-r--r--nginx_exporter/nginx_exporter.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/nginx_exporter/nginx_exporter.service b/nginx_exporter/nginx_exporter.service
new file mode 100644
index 0000000..5a974c3
--- /dev/null
+++ b/nginx_exporter/nginx_exporter.service
@@ -0,0 +1,12 @@
+[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