Fix exporter failing to start without config flag

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2020-11-03 17:07:23 +10:00
parent f623c0ed89
commit f616589c5f
2 changed files with 16 additions and 16 deletions

View File

@@ -154,8 +154,6 @@ An example configuration file can be found [here](docs/example_config.yml).
#### Configuration file notes
If the `--config.file` flag is not specified, `windows_exporter` will look for a file located at `%programfiles\windows_exporter\config.yml` by default. If no file is found, CLI flags are processed as per normal.
Configuration file values can be mixed with CLI flags. E.G.
`.\windows_exporter.exe --collectors.enabled=cpu,logon`