Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/neilmunday/rpi_exporter

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```