2018-02-07 19:06:21 +01:00
|
|
|
[Unit]
|
|
|
|
Description=haproxy_exporter - Prometheus exporter for haproxy metrics and stats.
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2019-06-05 19:03:35 +02:00
|
|
|
Restart=on-failure
|
2018-02-07 19:06:21 +01:00
|
|
|
|
2019-05-31 18:43:57 +02:00
|
|
|
User={{ prometheus_h_e_user }}
|
|
|
|
Group={{ prometheus_h_e_user }}
|
2018-02-07 19:06:21 +01:00
|
|
|
|
2019-05-31 19:00:55 +02:00
|
|
|
ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_additional_opts }}
|
2018-02-07 19:06:21 +01:00
|
|
|
|
2019-06-05 19:03:35 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2019-06-10 14:03:10 +02:00
|
|
|
Alias=prometheus_haproxy_exporter.service
|
2019-06-05 19:03:35 +02:00
|
|
|
|