diff --git a/templates/apache_exporter.service.j2 b/templates/apache_exporter.service.j2 index 4e7cb6e..def9f5a 100644 --- a/templates/apache_exporter.service.j2 +++ b/templates/apache_exporter.service.j2 @@ -8,9 +8,9 @@ Group={{ apache_exporter_system_group }} ExecStart=/usr/local/bin/apache_exporter \ {% if apache_exporter_ignore_https %} - -insecure \ + --insecure \ {% endif %} - -scrape_uri {{ apache_exporter_scrape_uri }} \ - -telemetry.address {{ apache_exporter_telemetry_address }} \ - -telemetry.endpoint {{ apache_exporter_telemetry_endpoint }} + --scrape_uri {{ apache_exporter_scrape_uri }} \ + --telemetry.address {{ apache_exporter_telemetry_address }} \ + --telemetry.endpoint {{ apache_exporter_telemetry_endpoint }}