neilmunday / rpi_exporter

A prometheus metrics exporter for the Raspberry Pi. Exports CPU and GPU temperatures using Prometheus Python module. Includes Arch Linux PKGBUILD file also.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi_exporter

A Prometheus metrics exporter for the Raspberry Pi.

Exports CPU and GPU temperatures using Prometheus Python module.

It can be run like so:

./rpi_exporter [ -p PORT ]

The default port is 9111 unless specified on the command line.

An Arch Linux PKGBUILD file is also included if you want to package it for Arch Linux, e.g.:

git clone https://github.com/neilmunday/rpi_exporter
cd rpi_exporter
makepkg -si

About

A prometheus metrics exporter for the Raspberry Pi. Exports CPU and GPU temperatures using Prometheus Python module. Includes Arch Linux PKGBUILD file also.

License:GNU General Public License v3.0


Languages

Language:Python 85.3%Language:Shell 14.7%