2016-08-26 09:08:12 +00:00
|
|
|
# WMI exporter
|
|
|
|
|
|
|
|
Prometheus exporter for Windows machines, using the WMI (Windows Management Instrumentation).
|
|
|
|
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
EXPERIMENTAL, use at your own risk!
|
|
|
|
|
|
|
|
|
|
|
|
## Collectors
|
|
|
|
|
|
|
|
Name | Description
|
|
|
|
---------|-------------
|
|
|
|
os | Exposes Win32_OperatingSystem metrics (memory, processes, users)
|
|
|
|
perf | Exposes Win32_PerfRawData_PerfDisk_LogicalDisk metrics (disk I/O)
|
|
|
|
|
|
|
|
|
2016-08-26 10:53:22 +00:00
|
|
|
## Roadmap
|
2016-08-26 09:35:31 +00:00
|
|
|
|
2016-08-26 10:56:44 +00:00
|
|
|
See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO)
|
2016-08-26 09:35:31 +00:00
|
|
|
|
2016-08-26 09:08:12 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
Under [MIT](LICENSE)
|