From 8d267336c1d93f1f8b027f3cfc5724b7b286c300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Tue, 8 Jul 2025 18:17:07 +0200 Subject: [PATCH] Update README.md (#2121) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4963430f..cc9ab159 100644 --- a/README.md +++ b/README.md @@ -237,10 +237,6 @@ This enables the additional process and container collectors on top of the defau YAML configuration files can be specified with the `--config.file` flag. e.g. `.\windows_exporter.exe --config.file=config.yml`. If you are using the absolute path, make sure to quote the path, e.g. `.\windows_exporter.exe --config.file="C:\Program Files\windows_exporter\config.yml"` -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,net,service