We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0aa52 commit 2af79eeCopy full SHA for 2af79ee
templates/apache_exporter.service.j2
@@ -8,7 +8,7 @@ Group={{ apache_exporter_system_group }}
8
9
ExecStart=/usr/local/bin/apache_exporter \
10
{% if apache_exporter_ignore_https %}
11
- -insecure
+ -insecure \
12
{% endif %}
13
-scrape_uri {{ apache_exporter_scrape_uri }} \
14
-telemetry.address {{ apache_exporter_telemetry_address }} \
0 commit comments