command
module
Version:
v0.0.0-...-3feed0a
Opens a new window with list of versions in this module.
Published: Dec 8, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
HAProxy Exporter for Prometheus
This is a simple server that periodically scrapes HAProxy stats and exports them via HTTP/JSON for Prometheus
consumption.
To run it:
go run haproxy_exporter [flags]
Help on flags:
go run haproxy_exporter --help
Getting Started
Testing
Docker
To run the haproxy exporter as a Docker container, run:
$ docker run -p 9101:9101 prom/haproxy-exporter -haproxy.scrape-uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.