README: fix msdn link

This commit is contained in:
Martin Lindhe 2016-08-27 12:09:04 +02:00
parent b16d0d130a
commit 9a2dbb689f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Prometheus exporter for Windows machines, using the WMI (Windows Management Inst
Name | Description
---------|-------------
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.
@ -27,7 +27,7 @@ See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO)
go build .
.\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