1
0
Fork 0
mirror of https://github.com/eosswedenorg/haproxy-exporter-systemd synced 2026-06-15 05:00:50 +02:00
No description
Find a file
2018-12-09 10:54:54 +01:00
.gitignore Initial Commit 2018-12-07 19:29:57 +01:00
haproxy_exporter.conf Initial Commit 2018-12-07 19:29:57 +01:00
install.sh install.sh: adding some output. 2018-12-08 16:30:46 +01:00
README.md Adding readme 2018-12-09 10:54:54 +01:00

HAProxy Exporter systemd

This project contains a simple bash script that installs prometheus/haproxy_exporter and also a basic systemd service file.

Install

Just do ./install.sh and everything should be installed.

Configuration

Configuration for the exporter can be found at /etc/prometheus/haproxy_exporter.conf. it is highly recommended to look at this file and configure the exporter before starting the service.

Starting the service

Start the service by issuing the standard systemd command:

$ sudo systemctl start haproxy_exporter

And to make it start at boot:

$ sudo systemctl enable haproxy_exporter

run man systemd for more information.