From a5df170905b7d3610d999be7f65c9dc5194a843f Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 29 Nov 2022 19:37:41 +0000 Subject: [PATCH] Correct documentation for --web.config.file flag The --web.config flag changed to --web.config.file in 440a132c389dddd405b44d2d5e47157d1159e4d0 and was realised in the recent v1.5.0 release. Signed-off-by: Joe Groocock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb79e5a0..3f1c1226 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ To see all available configuration flags: The exporter supports TLS via a new web configuration file. ```console -./node_exporter --web.config=web-config.yml +./node_exporter --web.config.file=web-config.yml ``` See the [exporter-toolkit https package](https://github.com/prometheus/exporter-toolkit/blob/v0.1.0/https/README.md) for more details.