Categorygithub.com/Darkness4/raspberry-pi-temperature-exporter
modulepackage
0.0.0-20220303212800-36ae9ddaa42c
Repository: https://github.com/darkness4/raspberry-pi-temperature-exporter.git
Documentation: pkg.go.dev

# README

A prometheus exporter for Raspberry pi (deprecated)

Just use a node exporter which already exports node_thermal_zone_temp.

Usage

go build -o app .
./app --host <host> --port <port> --path.sysfs=/sys

Then you can access /metrics.

(TBH, it also compatible to anything which has the path "/sys/class/thermal/thermal_zone*/temp").

# Packages

No description provided by the author