mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 23:19:46 -08:00
Merge pull request #2534 from frebib/frebib/web.config.file
Correct documentation for --web.config.file flag
This commit is contained in:
commit
219744f97d
|
@ -335,7 +335,7 @@ To see all available configuration flags:
|
||||||
The exporter supports TLS via a new web configuration file.
|
The exporter supports TLS via a new web configuration file.
|
||||||
|
|
||||||
```console
|
```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.
|
See the [exporter-toolkit https package](https://github.com/prometheus/exporter-toolkit/blob/v0.1.0/https/README.md) for more details.
|
||||||
|
|
Loading…
Reference in a new issue