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

https://github.com/clayshek/prometheus-armv7-raspi

Docker Prometheus ARMv7 image, based on arm32v6/alpine.
https://github.com/clayshek/prometheus-armv7-raspi

alpine-image arm armv6 armv7 docker prometheus raspberry-pi raspberrypi raspbian

Last synced: 5 months ago
JSON representation

Docker Prometheus ARMv7 image, based on arm32v6/alpine.

Awesome Lists containing this project

README

          

# prometheus-armv7-raspi

## Summary

Docker Prometheus image, based on arm32v6/alpine. Tested working on Raspberry Pi 3 / Stretch.
Base image size is roughly 204 MB.
Based off of https://github.com/ajeetraina/prometheus-armv7

## Usage

- Customize the included prometheus.yml as applicable
- docker build -t prometheus/rpi-mon .
- docker run -p 9090:9090 --name prometheus-rpi -d prometheus/rpi-mon

## License

This is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).