nginx_exporter: Remove unused test lines

This commit is contained in:
Timo Makinen 2024-03-20 20:45:56 +00:00
parent a7432b2208
commit 7f5a66e6c8

View file

@ -7,7 +7,6 @@ After=network.target
Type=simple
User=nginx_exporter
Group=nginx_exporter
#Environment="SCRAPE_URI={% for host in groups['proxy'] -%}https://{{ host }}/stub_status {% endfor %}"
ExecStart=/usr/local/bin/nginx_exporter \
--web.config.file=/etc/nginx_exporter/web-config.yml \
{% for host in groups['proxy'] %}