.TH prometheus-haproxy-exporter 1 haproxy_exporter, version 0.15.0 (branch: debian/sid, revision: 0.15.0-2) .SH "NAME" prometheus-haproxy-exporter - Prometheus exporter for HAProxy .SH "SYNOPSIS" .TP \fBprometheus-haproxy-exporter []\fR .SH "DESCRIPTION" .SH "OPTIONS" .TP \fB-h, --help\fR Show context-sensitive help (also try --help-long and --help-man). .TP \fB--web.systemd-socket\fR Use systemd socket activation listeners instead of port listeners (Linux only). .TP \fB--web.listen-address=:9101\fR Addresses on which to expose metrics and web interface. Repeatable for multiple addresses. .TP \fB--web.config.file\fR Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md .TP \fB--web.telemetry-path\fR Path under which to expose metrics. .TP \fB--haproxy.scrape-uri\fR URI on which to scrape HAProxy. .TP \fB--haproxy.ssl-verify\fR Flag that enables SSL certificate verification for the scrape URI .TP \fB--haproxy.server-metric-fields\fR Comma-separated list of exported server metrics. See http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#9.1 .TP \fB--haproxy.server-exclude-states\fR Comma-separated list of exported server states to exclude. See https://cbonte.github.io/haproxy-dconv/1.8/management.html#9.1, field 17 statuus .TP \fB--haproxy.timeout=5s\fR Timeout for trying to get stats from HAProxy. .TP \fB--haproxy.pid-file\fR Path to HAProxy pid file. If provided, the standard process metrics get exported for the HAProxy process, prefixed with 'haproxy_process_...'. The haproxy_process exporter needs to have read access to files owned by the HAProxy process. Depends on the availability of /proc. https://prometheus.io/docs/instrumenting/writing_clientlibs/#process-metrics. .TP \fB--http.proxy-from-env\fR Flag that enables using HTTP proxy settings from environment variables ($http_proxy, $https_proxy, $no_proxy) .TP \fB--log.level=info\fR Only log messages with the given severity or above. One of: [debug, info, warn, error] .TP \fB--log.format=logfmt\fR Output format of log messages. One of: [logfmt, json] .TP \fB--version\fR Show application version.