Return to Image List

node_exporter

The Prometheus Node Exporter exposes a wide variety of hardware- and kernel-related metrics.

See prometheus.io/docs/guides/node-exporter/ for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
1.5.0 docker pull icr.io/ibmz/node_exporter@sha256:cac9cb38df2eebb57d56037717ae482fcd61c0251f032b954309165fb4d2a5a0 Vulnerability Report03-13-2023
1.3.1 docker pull icr.io/ibmz/node_exporter@sha256:19a8b1a29b2e498fbb46df93b626149b61511058ea31da4cdd6dc57bc4a8e6b6 Vulnerability Report02-17-2022
1.2.2 docker pull icr.io/ibmz/node_exporter@sha256:e5157eb16cdd478cf389d49148fec03449bc70d6e7e73806dfcda668c4f008ec Vulnerability Report10-27-2021
Version Pull String Security (IBM Cloud) Created

Usage Notes

Although bind-mounts are generally disabled for security purposes; Node Exporter requires access to some system directories that have been explicitly made available by direct bind mount on the zCX system.


Run node_exporter

docker run --name nodeexporter -v /sys:/host/sys:ro \
-v /media:/rootfs/media:ro -v /etc/hostname:/etc/host_hostname:ro
-v /proc:/host/proc:ro -p 9100:9100 -d icr.io/ibmz/node_exporter:[tag]

Metrics are now available at port 9100 of the ZCX instance.