Sign inSign up

argentoff/rpiterm

By argentoff

Updated over 6 years ago

Simple Raspberry Pi system temperature reporter for Prometheus.

Image
1

985

argentoff/rpiterm repository overview

Description

Reads a special file in /sys virtual fs; then reports it via Prometheus http scrape protocol.

Usage

Embedded docs
docker run -it --rm argentoff/rpiterm --help
Deploying a working thermometer
docker run -d --restart=unless-stopped --name thermometer -p 9101:9101 argentoff/rpiterm --listen-prometheus=9101
Choosing a thermometer file

You can choose the system's thermometer file via the coresponding cli key as described in self-documenation:

-f VAL, --thermometer-file=VAL
(absent=/sys/class/thermal/thermal_zone0/temp or THERMOMETER_FILE env)
    Optional file containing the system thermometer data.
Homepage

Github repo

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

over 6 years ago

docker pull argentoff/rpiterm:v0.2.8-arm64v8