Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/neilmunday/rpi_exporter
- Owner: neilmunday
- License: gpl-3.0
- Created: 2020-09-29T20:53:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T21:14:24.000Z (4 months ago)
- Last Synced: 2024-10-11T19:46:46.194Z (about 1 month ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```