# 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