1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.TH prometheus-apache-exporter 1 2021-02-09 "0.8.0" Prometheus
.SH "NAME"
prometheus-apache-exporter \- Prometheus exporter for Apache mod_status statistics
.SH "SYNOPSIS"
.TP
\fBprometheus-apache-exporter\fP [\fIoption\fP...]
.SH "DESCRIPTION"
Exports Apache webserver mod_status statistics via HTTP for Prometheus
consumption.
.SH "OPTIONS"
.TP
\fB\-host_override\fP \fIstring\fR
Override for HTTP Host header; empty string for no override.
.TP
\fB\-scrape_uri\fP \fIstring\fR
URI to Apache stub status page
(default "\fBhttp://localhost/server-status/?auto\fP").
.TP
\fB\-telemetry.address\fP \fIstring\fR
Address on which to expose metrics (default "\fB:9117\fP").
.TP
\fB\-telemetry.endpoint\fP \fIstring\fR
Path under which to expose metrics (default "\fB/metrics\fP").
.TP
\fB\-version\fR
Print version information.
.SH "SEE ALSO"
.BR prometheus (1),
.BR apache2 (8).
|