Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 957 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 957 Bytes

This is a clone of the official Prometheus images for the raspberry pi.

The changes from the original images are :

  • added QEmu in the image to allow it to be build on x86 systems (Travis CI)
  • built from arm32v6/alpine instead of busybox (QEmu does not work with Busybox)

The following images are available as tags of napnap75/rpi-prometheus :

  • prometheus : The Prometheus monitoring system and time series database
  • node_exporter : Prometheus exporter for hardware and OS metrics
  • alertmanager : The Alertmanager handles alerts sent by client applications such as the Prometheus server.
  • blackbox_exporter : The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and ICMP.

The source code is available here and the images here.

These images are build every week thanks to Travis CI.