9
0
Fork 0
Docker-only option for running Prometheus Node Exporter with textfile collectors
Go to file
Lauri Võsandi 6e514224cb Fix Docker image addresses 2021-06-14 08:27:22 +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 Fix image URL 2021-06-12 20:17:28 +00:00
bridge.sh Add the secret sauce 2021-06-12 20:16:15 +00:00
docker-compose.yml Fix Docker image addresses 2021-06-14 08:27:22 +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

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