Merge pull request #2534 from frebib/frebib/web.config.file

Correct documentation for --web.config.file flag
pull/2537/head
Ben Kochie 2022-11-29 12:37:06 -08:00 committed by GitHub
commit 219744f97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ To see all available configuration flags:
The exporter supports TLS via a new web configuration file.
```console
./node_exporter --web.config=web-config.yml
./node_exporter --web.config.file=web-config.yml
```
See the [exporter-toolkit https package](https://github.com/prometheus/exporter-toolkit/blob/v0.1.0/https/README.md) for more details.