From 94d8aa4dff5a91b4015241cec3e17fdcf139dbf0 Mon Sep 17 00:00:00 2001 From: Kelly Date: Fri, 27 Sep 2019 13:52:30 -0700 Subject: [PATCH] add edit from Scott --- content/v2.0/write-data/use-telegraf/auto-config/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/v2.0/write-data/use-telegraf/auto-config/_index.md b/content/v2.0/write-data/use-telegraf/auto-config/_index.md index 74c4a87aa..05e61cabf 100644 --- a/content/v2.0/write-data/use-telegraf/auto-config/_index.md +++ b/content/v2.0/write-data/use-telegraf/auto-config/_index.md @@ -61,7 +61,11 @@ If you plan to monitor a Windows host using the System plugin, you must complete 1. In the list of Telegraf configurations, double-click your Telegraf configuration, and then click **Download Config**. -2. Open the downloaded Telegraf configuration file and replace `[[inputs.processes]]` with `[[inputs.win_perf_counters]]` or `[inputs.win_services]]`, depending on your Windows configuration. +2. Open the downloaded Telegraf configuration file and replace the `[[inputs.processes]]` plugin with one of the following Windows plugins, depending on your Windows configuration: + + - [`[[inputs.win_perf_counters]]`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_perf_counters) + - [`[[inputs.win_services]]`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_services) + 3. Save the file and place it in a directory that **telegraf.exe** can access. {{% /note %}}