node_exporter
node_exporter copied to clipboard
Improvement: Docker non-root mount points you want to monitor
In the Docker section of the README it sais:
Be aware that any non-root mount points you want to monitor will need to be bind-mounted into the container.
Now it is unclear:
- how do they have to be mounted?
- to which location do they have to be mounted?
This doc should be improved IMO.
PRs welcome.
Ok. I will do a PR if anyone can answer the 2 questions above. @SuperQ
@SuperQ Actually not sure where this wording comes from. If you bind-mount root, you don't need to bind-mount non-root mount points to monitor them. I only bind-mount root..?