From b08ce0697c65cef318d27995a19231a934280006 Mon Sep 17 00:00:00 2001 From: DiniFarb Date: Thu, 13 Jul 2023 10:22:52 +0200 Subject: [PATCH] Update readme (flag part) Signed-off-by: DiniFarb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fda045ed..6e2634cd 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Flag | Description | Default value `--collectors.print` | If true, print available collectors and exit. | `--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 ## Installation The latest release can be downloaded from the [releases page](https://github.com/prometheus-community/windows_exporter/releases).