Skip to content

Commit f1f763b

Browse files
authored
docs: remove config.file.insecure-skip-verify (#1997)
1 parent c0af21e commit f1f763b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# windows_exporter
1+
config.file# windows_exporter
22

33
[![CI](https://github.com/prometheus-community/windows_exporter/actions/workflows/release.yml/badge.svg)](https://github.com/prometheus-community/windows_exporter)
44
[![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
9292
| `--scrape.timeout-margin` | Seconds to subtract from the timeout allowed by the client. Tune to allow for overhead or high loads. | `0.5` |
9393
| `--web.config.file` | A [web config][web_config] for setting up TLS and Auth | None |
9494
| `--config.file` | [Using a config file](#using-a-configuration-file) from path or URL | None |
95-
| `--config.file.insecure-skip-verify` | Skip TLS when loading config file from URL | false |
9695
| `--log.file` | Output file of log messages. One of [stdout, stderr, eventlog, \<path to log file>]<br>**NOTE:** The MSI installer will add a default argument to the installed service setting this to eventlog | stderr |
9796

9897
## Installation

0 commit comments

Comments
 (0)