9
0
Fork 0
Docker-only option for running Prometheus Node Exporter with textfile collectors
Go to file
Lauri Võsandi 3e2dd33cd3
gitea-kspace/prometheus-textfile-collectors/pipeline/head This commit looks good Details
More fixes
2021-11-24 15:26:58 +02:00
node-exporter-textfile-collector-scripts@8eeeffb362 Bump version and include ipmitool 2021-11-24 15:18:05 +02:00
.gitmodules Include upstream Git repo 2021-06-12 20:10:19 +00:00
Dockerfile Bump version and include ipmitool 2021-11-24 15:18:05 +02:00
Jenkinsfile Add Jenkinsfile 2021-10-17 10:41:28 +03: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 image addresses 2021-06-14 08:27:22 +00:00
entrypoint.sh More fixes 2021-11-24 15:26:58 +02: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