Simplistic Prometheus exporter for LiFePO4wered-Pi statistics
Find a file
2024-10-18 13:10:10 +11:00
build.sh add build.sh for pi zero 2024-10-09 18:18:49 +11:00
exporter.go switch to vanity import path 2024-10-18 13:10:10 +11:00
go.mod switch to vanity import path 2024-10-18 13:10:10 +11:00
go.sum switch to vanity import path 2024-10-18 13:10:10 +11:00
lfp-exporter.service Add build to README, change port, add systemd service 2024-08-24 17:34:55 +10:00
LICENSE Initial commit 2019-01-20 14:25:46 +11:00
README.md Add build to README, change port, add systemd service 2024-08-24 17:34:55 +10:00

lifepo4wered-exporter

Simplistic Prometheus exporter for LiFePO4wered-Pi statistics

GOOS=linux GOARCH=arm GOARM=6 go build -o lfp-exporter .