description:"Address on which nginx exporter will listen"
default:"0.0.0.0:9113"
nginx_exporter_web_telemetry_path:
description:"Path under which to expose metrics"
default:"/metrics"
nginx_exporter_tls_server_config:
description:
- "Configuration for TLS authentication."
- "Keys and values are the same as in L(nginx_exporter docs,https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md)."
type:"dict"
nginx_exporter_http_server_config:
description:
- "Config for HTTP/2 support."
- "Keys and values are the same as in L(nginx_exporter docs,https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md)."
type:"dict"
nginx_exporter_basic_auth_users:
description:"Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt."
type:"dict"
nginx_exporter_log_level:
description:"Only log messages with the given severity or above. One of: [debug, info, warn, error]"
default:"info"
nginx_exporter_log_format:
description:"Output format of log messages. One of: [logfmt, json]"
default:"logfmt"
nginx_exporter_scrape_uri:
description:"A URI or unix domain socket path for scraping NGINX or NGINX Plus metrics. For NGINX, the stub_status page must be available through the URI."