Sign inSign up

rycus86/prometheus-node-exporter

By rycus86

Updated almost 8 years ago

Prometheus exporter for hardware and OS metrics on ARM hosts.

Image
1

100K+

rycus86/prometheus-node-exporter repository overview

Prometheus node exporter on ARM

This project produces Node exporter Docker images for Prometheus on ARM hosts.

The available tags are:

  • armhf: for 32-bits ARM hosts (built on Travis)
    Layers
  • aarch64: for 64-bits ARM hosts (also built on Travis)
    Layers

The images are all based on Alpine Linux with the ARM images having a small QEMU binary to be able to build them on x64 hosts.

Usage

The image uses a similar startup command to the offical prom/node-exporter image's. To run it, use:

docker run -d -p 9100:9100 \
  -v "/proc:/host/proc:ro" \
  -v "/sys:/host/sys:ro" \
  -v "/:/rootfs:ro" \
  --net="host" \
  rycus86/prometheus-node-exporter:aarch64 \
    --collector.procfs /host/proc \
    --collector.sysfs /host/sys \
    --collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"

This will start the exporter on port 9100 on 64-bits ARM hosts.

Tag summary

Content type

Image

Digest

Size

6.7 MB

Last updated

almost 8 years ago

docker pull rycus86/prometheus-node-exporter