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.8.2 docker pull icr.io/ibmz/node_exporter@sha256:956dbe2e95ccb2627ee032c724d3db7fef1d618a85decc42b3a73488e9f21561 Vulnerability Report09-04-2024
1.8.1 docker pull icr.io/ibmz/node_exporter@sha256:d4338dfcd35f3f2ce3d8f657c94b42c5b2d984d4ab707f51f8fcc9213b47f9d0 Vulnerability Report06-20-2024
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.