An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build status](https://ci.appveyor.com/api/projects/status/8je2pyhqtj9bhdi6?svg=true)](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`.