9
0
Fork 0
prometheus-textfile-collectors/README.md

22 lines
558 B
Markdown
Raw Normal View History

2021-06-12 20:16:15 +00:00
# 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
2021-06-12 20:38:03 +00:00
See supplied `docker-compose.yml` and launch:
```
docker-compose --project-name prometheus_node_exporter up -d
```
2021-06-12 20:16:15 +00:00
# Security
Don't forget to add some `iptables` rules for protecting the node exporter endpoint.
2021-06-12 20:17:28 +00:00
![Still waiting for Prometheus devs to add bearer token support](https://i.imgflip.com/5d21t5.jpg)