Prometheus exporter for hardware and OS metrics on ARM hosts.
100K+
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)aarch64: for 64-bits ARM hosts (also built on Travis)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.
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.
Content type
Image
Digest
Size
6.7 MB
Last updated
almost 8 years ago
docker pull rycus86/prometheus-node-exporter