From 0ac65ddd899f368269d9ca456a65c1c69af10c4e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 31 May 2019 19:00:55 +0200 Subject: [PATCH] Fix the command line options of the haproxy exporter systemd unit. --- .../templates/haproxy_exporter.systemd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2 b/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2 index 726a6f6d..d0fa079e 100644 --- a/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2 +++ b/library/roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2 @@ -8,5 +8,5 @@ Type=simple User={{ prometheus_h_e_user }} Group={{ prometheus_h_e_user }} -ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_additional_opts }} --collector.systemd +ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_additional_opts }}