Sign inSign up

marshallasch/node_exporter

By marshallasch

Updated over 6 years ago

Image
0

276

marshallasch/node_exporter repository overview

This container is designed to read the file that is produced from the smartmon.sh script to push it into Prometheus.

Currently this container is designed for x86_64 platforms running linux.

Running the container

$ docker run \
	-d \
	-p 9100:9100 \
	--name node_exporter \
	-e TEXT_DIR=/var/lib/node_exporter/textfile_collector/ \
	--restart unless-stopped \
	marshallasch/node_exporter
Parameters
ParameterFunction
-e TEXT_DIRthe location of the file produced by smartmon.sh

Tag summary

Content type

Image

Digest

Size

63.6 MB

Last updated

over 6 years ago

docker pull marshallasch/node_exporter