From 742685ab8d8560ea27e17e326bed3c114548822f Mon Sep 17 00:00:00 2001 From: Bruno Espino <52417347+bruno-espino@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:06:47 -0300 Subject: [PATCH] Fix systemd example for configuring nginx_exporter.service (#650) --- examples/systemd/nginx_exporter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/systemd/nginx_exporter.service b/examples/systemd/nginx_exporter.service index 801fe77..91e202b 100644 --- a/examples/systemd/nginx_exporter.service +++ b/examples/systemd/nginx_exporter.service @@ -4,7 +4,7 @@ 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 +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