19a3e7a2eb4f51a796d005d6e9c68f836c7b02af
LibreHardwareMonitor Exporter
Minimal Prometheus exporter using LibreHardwareMonitorLib to expose basic hardware metrics (CPU, GPU, memory, motherboard, network, storage).
Run
- Build and run the console app.
- Endpoint:
http://localhost:9646/metrics(setPORTenv var to change port) - Some sensors may require administrator privileges.
Prometheus scrape config
scrape_configs:
- job_name: lhm_exporter
static_configs:
- targets: ['localhost:9646']
Metrics
Exports gauges like:
lhm_temperature_celsiuslhm_load_percentlhm_clock_mhzlhm_power_wattslhm_fan_rpmlhm_voltage_volts
Each metric includes hardware and sensor labels.
Upstream library
Powered by LibreHardwareMonitor: GitHub repository
Description
v1.1.0
Latest
Languages
C#
73.9%
Shell
26.1%