ansible-roles/prometheus-haproxy-exporter/templates/haproxy_exporter.systemd.j2

13 lines
310 B
Django/Jinja

[Unit]
Description=haproxy_exporter - Prometheus exporter for haproxy metrics and stats.
After=network.target
[Service]
Type=simple
User={{ prometheus_user }}
Group={{ prometheus_user }}
ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_additional_opts }} --collector.systemd