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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
.TH BIND_EXPORTER "1" "March 2017" "bind_exporter" "User Commands"
.SH NAME
bind_exporter \- Prometheus metrics exporter for Bind
.SH DESCRIPTION
Connect to a bind server and export its statistics as metrics consumable by Prometheus.
.HP
\fB\-bind\fR.pid\-file string
.IP
Path to Bind's pid file to export process information.
.HP
\fB\-bind\fR.stats\-groups value
.IP
Comma\-separated list of statistics to collect. Available: [server, view, tasks] (default "server,view")
.HP
\fB\-bind\fR.stats\-url string
.IP
HTTP XML API address of an Bind server. (default "http://localhost:8053/")
.HP
\fB\-bind\fR.stats\-version string
.IP
BIND statistics version. Can be detected automatically. Available: [xml.v2, xml.v3, auto] (default "auto")
.HP
\fB\-bind\fR.timeout duration
.IP
Timeout for trying to get stats from Bind. (default 10s)
.HP
\fB\-log\fR.format value
.IP
Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true" (default "logger:stderr")
.HP
\fB\-log\fR.level value
.IP
Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] (default "info")
.HP
\fB\-version\fR
.IP
Print version information.
.HP
\fB\-web\fR.listen\-address string
.IP
Address to listen on for web interface and telemetry. (default ":9119")
.HP
\fB\-web\fR.telemetry\-path string
.IP
Path under which to expose metrics. (default "/metrics")
|