Sign inSign up

hypoport/haproxy_stick_table_exporter

By hypoport

Updated almost 3 years ago

prometheus exporter for Haproxy stick tables

Image
0

2.5K

hypoport/haproxy_stick_table_exporter repository overview

Haproxy stick table exporter

This repository contains a shell script which queries the stick tables of one (multple) haproxies and outputs the data in a prometheus readable exporter format.

The script is run as a cgi script by a apache httpd.

The script needs access to the haproxy stats socket via a TCP port examples haproxy config:

  stats socket [email protected]:9999 level operator

The comma separated list of the haproxies need to be defined as en environment variable

CGI_ENV_HAPROXY_HOSTS=haproxy:9999
CGI_ENV_HAPROXY_HOSTS=haproxy:9999,1.2.3.4:1234

Tag summary

Content type

Image

Digest

sha256:132ad423e

Size

16.9 MB

Last updated

almost 3 years ago

docker pull hypoport/haproxy_stick_table_exporter