README: fix msdn link
This commit is contained in:
parent
b16d0d130a
commit
9a2dbb689f
|
@ -10,7 +10,7 @@ Prometheus exporter for Windows machines, using the WMI (Windows Management Inst
|
||||||
Name | Description
|
Name | Description
|
||||||
---------|-------------
|
---------|-------------
|
||||||
os | [Win32_OperatingSystem](https://msdn.microsoft.com/en-us/library/aa394239) metrics (memory, processes, users)
|
os | [Win32_OperatingSystem](https://msdn.microsoft.com/en-us/library/aa394239) metrics (memory, processes, users)
|
||||||
perf | [Win32_PerfRawData_PerfDisk_LogicalDisk](https://msdn.microsoft.com/en-us/windows/hardware/aa394307(v=vs.71)) metrics (disk I/O)
|
perf | [Win32_PerfRawData_PerfDisk_LogicalDisk](https://msdn.microsoft.com/en-us/windows/hardware/aa394307(v=vs.71)) metrics (disk I/O)
|
||||||
|
|
||||||
The HELP texts shows the WMI data source, please see MSDN documentation for details.
|
The HELP texts shows the WMI data source, please see MSDN documentation for details.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO)
|
||||||
go build .
|
go build .
|
||||||
.\wmi_exporter.exe
|
.\wmi_exporter.exe
|
||||||
|
|
||||||
The prometheus metrics will be exposed on http://localhost:9129
|
The prometheus metrics will be exposed on [localhost:9129](http://localhost:9129)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in New Issue