9
0
Fork 0
Docker-only option for running Prometheus Node Exporter with textfile collectors
Go to file
Lauri Võsandi 0bce738b0d Add compose launch snippet 2021-06-12 20:38:03 +00:00
node-exporter-textfile-collector-scripts@414fb44693 Include upstream Git repo 2021-06-12 20:10:19 +00:00
.gitmodules Include upstream Git repo 2021-06-12 20:10:19 +00:00
Dockerfile Add the secret sauce 2021-06-12 20:16:15 +00:00
README.md Add compose launch snippet 2021-06-12 20:38:03 +00:00
bridge.sh Add the secret sauce 2021-06-12 20:16:15 +00:00
docker-compose.yml Fix Docker Hub repo address 2021-06-12 20:36:01 +00:00
entrypoint.sh Add the secret sauce 2021-06-12 20:16:15 +00:00

README.md

Background

Ubuntu packages are outdated and getting textfile collectors working is a hassle. This is the only sane option for running Prometheus Node Exporter with textfile collectors such as SMART metrics, NVMe metrics etc.

Deploying

See supplied docker-compose.yml and launch:

docker-compose --project-name prometheus_node_exporter up -d

Security

Don't forget to add some iptables rules for protecting the node exporter endpoint.

Still waiting for Prometheus devs to add bearer token support