summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-02-20 20:57:25 +0200
committerGitHub <noreply@github.com>2023-02-20 20:57:25 +0200
commitcac836070f26ce3f01174e438d9dc4e7e819b36e (patch)
treed78ff1163cf5cbd6c482cda83c7f111a7ddc2ff1 /docs
parent157c0fa16bac2095ee911b8d6f96a782211c0849 (diff)
bump go.d to v0.51.0 (#14572)
Diffstat (limited to 'docs')
-rw-r--r--docs/collect/system-metrics.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/collect/system-metrics.md b/docs/collect/system-metrics.md
index 4bf41842af..daaf61d725 100644
--- a/docs/collect/system-metrics.md
+++ b/docs/collect/system-metrics.md
@@ -37,15 +37,14 @@ can find all system collectors in our [supported collectors list](https://github
## Collect Windows system metrics
-Netdata is also capable of monitoring Windows systems. The [WMI
+Netdata is also capable of monitoring Windows systems. The [Windows
collector](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md) 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, for more
+on Windows systems. The Windows collector then gathers metrics from an endpoint created by windows_exporter, for more
details see [the requirements](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#requirements).
-Next, [configure the WMI
-collector](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#configuration) to point to the URL
-and port of your exposed endpoint. Restart Netdata with `sudo systemctl restart netdata`, or the [appropriate
+Next, [configure](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#configuration) the Windows
+collector to point to the URL and port of your exposed endpoint. Restart Netdata with `sudo systemctl restart netdata`, or the [appropriate
method](https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md) for your system. You'll start seeing Windows system metrics, such as CPU
utilization, memory, bandwidth per NIC, number of processes, and much more.