summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-11-11 13:18:10 +0000
committerGitHub <noreply@github.com>2022-11-11 13:18:10 +0000
commita575842f69e20749c7bea7c39c46fcf151c971b9 (patch)
tree52907687d4d3ef79416240d2947dc85c4a4a0f7a /docs
parent9370299c259daf236a18f9ab66b4704a53b207d1 (diff)
WMI Process (Dashboard, Documentation) (#13910)
Diffstat (limited to 'docs')
-rw-r--r--docs/collect/system-metrics.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/collect/system-metrics.md b/docs/collect/system-metrics.md
index 92d204001f..ecd8dad703 100644
--- a/docs/collect/system-metrics.md
+++ b/docs/collect/system-metrics.md
@@ -37,14 +37,8 @@ can find all system collectors in our [supported collectors list](/collectors/CO
Netdata is also capable of monitoring Windows systems. The [WMI
collector](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/wmi) integrates with
[windows_exporter](https://github.com/prometheus-community/windows_exporter), a small Go-based binary that you can run
-on Windows systems. The WMI collector then gathers metrics from an endpoint created by windows_exporter.
-
-First, [download windows_exporter](https://github.com/prometheus-community/windows_exporter#installation) and run it
-with the following collectors enabled, changing `0.14.0` to the version you downloaded.
-
-```powershell
-windows_exporter-0.14.0-amd64.exe --collectors.enabled="cpu,memory,net,logical_disk,os,system,logon,tcp"
-```
+on Windows systems. The WMI collector then gathers metrics from an endpoint created by windows_exporter, for more
+details see [the requirements](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/wmi#requirements).
Next, [configure the WMI
collector](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/wmi#configuration) to point to the URL