docker-node-exporter
docker-node-exporter copied to clipboard
Node exporter that can expose the host hostname if an specific file is mounted in the container
Results
1
docker-node-exporter issues
Sort by
recently updated
recently updated
newest added
Not sure what I am doing wrong or if I have to do something specifically to get the hostname within Prometheus. Stack File: ``` version: "3.5" services: node-exporter: image: basi/node-exporter...