From 17039b820667f3a93808300fde8424dc2d6dbb5d Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 30 Nov 2018 13:48:34 +0100 Subject: [PATCH] Update collector.textfile.md Had to read the code to find out why my `.txt` textfiles weren't being read --- docs/collector.textfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collector.textfile.md b/docs/collector.textfile.md index 41e21ad1..a1b7d3e2 100644 --- a/docs/collector.textfile.md +++ b/docs/collector.textfile.md @@ -12,7 +12,7 @@ Enabled by default? | Yes ### `--collector.textfile.directory` -The directory containing the files to be ingested. +The directory containing the files to be ingested. Only files with the extension `.prom` are read. Default value: `C:\Program Files\wmi_exporter\textfile_inputs`