table of contents
PROMETHEUS-EXPORTER-EXPORTER(8) | System Manager's Manual | PROMETHEUS-EXPORTER-EXPORTER(8) |
NAME¶
prometheus-exporter-exporter - simple reverse proxy to other Prometheus exporters
SYNOPSIS¶
prometheus-exporter-exporter [OPTIONS]
DESCRIPTION¶
- -allow.net value
- Allow connection from this network specified in CIDR notation. Can be specified multiple times.
- -config.dirs value
- The path to directories of configuration files, can be specified multiple times.
- -config.file string
- The path to the configuration file. (default "/etc/prometheus/exporter-exporter.yml")
- -config.skip-dirs
- Skip non existent -config.dirs entries instead of terminating.
- -log.json
- Serialize log messages in JSON
- -log.level value
- Log level (default warning)
- -version
- Print the version and exit
- -web.bearer.token string
- Bearer authentication token.
- -web.bearer.token-file string
- File containing the Bearer authentication token.
- -web.listen-address string
- The address to listen on for HTTP requests. (default ":9999")
- -web.proxy-path string
- The address to listen on for HTTP requests. (default "/proxy")
- -web.telemetry-path string
- The address to listen on for HTTP requests. (default "/metrics")
- -web.tls.ca string
- Path to CA to auth clients against (default "ca.pem")
- -web.tls.cert string
- Path to cert (default "cert.pem")
- -web.tls.certmatch string
- If set, this is used as a regexp that is matched against any certificate subject, dnsname or email address, only certs with a match are verified. web.tls.verify must also be set
- -web.tls.key string
- Path to key (default "key.pem")
- -web.tls.listen-address string
- The address to listen on for HTTPS requests.
- -web.tls.verify
- Enable client verification
FILES¶
- /etc/default/prometheus-exporter-exporter
- /etc/prometheus/exporter-exporter.yml
July 2020 |