Skip to content

Commit 68f7253

Browse files
Update wmi.md
1 parent 2c6df1b commit 68f7253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrations/wmi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If the metric isn't showing up in WMI, try running `winmgmt /resyncperf` to forc
7070

7171
Each WMI query has 2 required options, `class` and `metrics` and six optional options, `host`, `namespace`, `filters`, `tag_by`, `constant_tags` and `tag_queries`.
7272

73-
`host` is the optional target of the WMI query, `localhost` is assumed by default if you set this option, make sure that Remote Management is enabled on the target host [see here](https://technet.microsoft.com/en-us/library/Hh921475.aspx) for more information.
73+
`host` is the optional target of the WMI query, `localhost` is assumed by default. If you set this option, make sure that Remote Management is enabled on the target host [see here](https://technet.microsoft.com/en-us/library/Hh921475.aspx) for more information.
7474

7575
`class` is the name of the WMI class, for example `Win32_OperatingSystem` or `Win32_PerfFormattedData_PerfProc_Process`. You can find many of the standard class names on the [MSDN docs](http://msdn.microsoft.com/en-us/library/windows/desktop/aa394084.aspx).
7676

@@ -79,7 +79,7 @@ The `Win32_FormattedData_*` classes provide many useful performance counters by
7979
`namespace` is the optionnal WMI namespace to connect to (default to `cimv2`).
8080

8181
`provider` is the optional WMI provider (default to `32` on Datadog Agent 32-bit or `64`). It is used to request WMI data from the non-default provider. Available options are: `32` or `64`.
82-
For more information: [https://msdn.microsoft.com/en-us/library/aa393067.aspx](https://msdn.microsoft.com/en-us/library/aa393067.aspx)
82+
See [MSDN](https://msdn.microsoft.com/en-us/library/aa393067.aspx) for more information.
8383

8484
`metrics` is a list of metrics you want to capture, with each item in the
8585
list being a set of [WMI property name, metric name, metric type].

0 commit comments

Comments
 (0)