https://github.com/rgl/openhardwaremonitorexporter
Open Hardware Monitor Prometheus Exporter
https://github.com/rgl/openhardwaremonitorexporter
openhardwaremonitor prometheus-exporter
Last synced: 10 months ago
JSON representation
Open Hardware Monitor Prometheus Exporter
- Host: GitHub
- URL: https://github.com/rgl/openhardwaremonitorexporter
- Owner: rgl
- Created: 2018-02-18T02:00:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T18:54:37.000Z (over 3 years ago)
- Last Synced: 2024-12-31T11:06:08.647Z (over 1 year ago)
- Topics: openhardwaremonitor, prometheus-exporter
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/rgl/openhardwaremonitorexporter)
This is a [Prometheus Exporter](https://prometheus.io/docs/instrumenting/exporters/) Windows service for the [Open Hardware Monitor](http://openhardwaremonitor.org/) CPU sensors.
Install the Windows service with:
```powershell
.\OpenHardwareMonitorExporter.exe install
```
**NB** you can change the default url (`http://localhost:9398/metrics`) with the `-url` parameter, e.g., `-url:http://localhost:9398/ohm/metrics`.