You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ Usage of ./nginx-prometheus-exporter:
68
68
A URI for scraping NGINX or NGINX Plus metrics.
69
69
For NGINX, the stub_status page must be available through the URI. For NGINX Plus -- the API. The default value can be overwritten by SCRAPE_URI environment variable. (default "http://127.0.0.1:8080/stub_status")
70
70
-nginx.ssl-verify
71
-
Perform SSL certificate verification. The default value can be overwritten by SSL_VERIFY environment variable.
71
+
Perform SSL certificate verification. The default value can be overwritten by SSL_VERIFY environment variable. (default true)
72
+
-nginx.timeout duration
73
+
A timeout for scraping metrics from NGINX or NGINX Plus. (default 5s)
72
74
-web.listen-address string
73
75
An address to listen on for web interface and telemetry. The default value can be overwritten by LISTEN_ADDRESS environment variable. (default ":9113")
For NGINX, the stub_status page must be available through the URI. For NGINX Plus -- the API. The default value can be overwritten by SCRAPE_URI environment variable.`)
0 commit comments