From e8f158d1a0c547b685413379899e6daf9a54df21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Mon, 14 Apr 2025 13:27:54 +0200 Subject: [PATCH] docs: remove config.file.insecure-skip-verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9088114ca..90df60af7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# windows_exporter +config.file# windows_exporter [![CI](https://github.com/prometheus-community/windows_exporter/actions/workflows/release.yml/badge.svg)](https://github.com/prometheus-community/windows_exporter) [![Linting](https://github.com/prometheus-community/windows_exporter/actions/workflows/lint.yml/badge.svg)](https://github.com/prometheus-community/windows_exporter) @@ -92,7 +92,6 @@ windows_exporter accepts flags to configure certain behaviours. The ones configu | `--scrape.timeout-margin` | Seconds to subtract from the timeout allowed by the client. Tune to allow for overhead or high loads. | `0.5` | | `--web.config.file` | A [web config][web_config] for setting up TLS and Auth | None | | `--config.file` | [Using a config file](#using-a-configuration-file) from path or URL | None | -| `--config.file.insecure-skip-verify` | Skip TLS when loading config file from URL | false | | `--log.file` | Output file of log messages. One of [stdout, stderr, eventlog, \]
**NOTE:** The MSI installer will add a default argument to the installed service setting this to eventlog | stderr | ## Installation