Update readme: config file part
Signed-off-by: DiniFarb <andreas.vogt89@bluewin.ch>
This commit is contained in:
parent
11ec45e710
commit
279a8fce89
|
@ -175,6 +175,8 @@ YAML configuration files can be specified with the `--config.file` flag. e.g. `.
|
|||
|
||||
It is also possible to load the configuration from a URL. e.g. `.\windows_exporter.exe --config.file="https://example.com/config.yml"`
|
||||
|
||||
If you need to skip TLS verification, you can use the `--config.file.insecure-skip-verify` flag. e.g. `.\windows_exporter.exe --config.file="https://example.com/config.yml" --config.file.insecure-skip-verify`
|
||||
|
||||
```yaml
|
||||
collectors:
|
||||
enabled: cpu,cs,net,service
|
||||
|
|
Loading…
Reference in New Issue