Fix the prometheus systemd unit of the node and haproxy exporters. Again.
This commit is contained in:
parent
be33a29601
commit
f206ba68ef
|
@ -13,5 +13,5 @@ ExecStart={{ prometheus_h_e_cmd }} {{ prometheus_h_e_opts }} {{ prometheus_h_e_
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Alias=node_exporter.service
|
Alias=prometheus_haproxy_exporter.service
|
||||||
|
|
||||||
|
|
|
@ -13,5 +13,5 @@ ExecStart={{ prometheus_n_e_cmd }} {{ prometheus_n_e_opts }} {{ prometheus_n_e_
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Alias=node_exporter.service
|
Alias=prometheus_node_exporter.service
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue