Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Prometheus HAProxy Exporter with systemd service

Notifications You must be signed in to change notification settings

eosswedenorg/haproxy-exporter-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages