mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-04 09:36:35 +00:00
README: add usage instructions
This commit is contained in:
10
README.md
10
README.md
@@ -20,6 +20,16 @@ The HELP texts shows the WMI data source, please see MSDN documentation for deta
|
|||||||
See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO)
|
See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO)
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
go get -u github.com/martinlindhe/wmi_exporter
|
||||||
|
cd $env:GOPATH/src/github.com/martinlindhe/wmi_exporter
|
||||||
|
go build .
|
||||||
|
.\wmi_exporter.exe
|
||||||
|
|
||||||
|
The prometheus metrics will be exposed on http://localhost:9129
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Under [MIT](LICENSE)
|
Under [MIT](LICENSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user