mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-15 09:26:36 +00:00
Add HTTPS configuration
Add the exporter-toolkit https package to allow configuring TLS and auth. Signed-off-by: Ben Kochie <superq@gmail.com> Signed-off-by: Calle Pettersson <carlpett@users.noreply.github.com>
This commit is contained in:
committed by
Calle Pettersson
parent
4b66473d2e
commit
cdc81b03d5
@@ -77,6 +77,7 @@ Flag | Description | Default value
|
||||
`--collectors.enabled` | Comma-separated list of collectors to use. Use `[defaults]` as a placeholder for all the collectors enabled by default." | `[defaults]`
|
||||
`--collectors.print` | If true, print available collectors and exit. |
|
||||
`--scrape.timeout-margin` | Seconds to subtract from the timeout allowed by the client. Tune to allow for overhead or high loads. | `0.5`
|
||||
`--web.config` | A [web config][web_config] for setting up TLS and Auth | None
|
||||
|
||||
## Installation
|
||||
The latest release can be downloaded from the [releases page](https://github.com/prometheus-community/windows_exporter/releases).
|
||||
@@ -169,3 +170,5 @@ CLI flags enjoy a higher priority over values specified in the configuration fil
|
||||
## License
|
||||
|
||||
Under [MIT](LICENSE)
|
||||
|
||||
[web_config]: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md
|
||||
|
||||
Reference in New Issue
Block a user