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.9.1 docker pull icr.io/ibmz/node_exporter@sha256:afd7341661fd7b5200d01280b02ee58d05b83dcebd9ce0534f756e8f18086863 Vulnerability Report10-07-2025
1.9.0 docker pull icr.io/ibmz/node_exporter@sha256:b2de60c482fea8f8669c94f18ad3254481a7e6fadaa1738446ce9a7545846051 Vulnerability Report02-25-2025
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.