prometheus exporter to ignore cvmfs and eos mount paths
Closes #86 (closed)
When a cluster is created with monitoring enabled, the node exporter accesses /var/eos
and /var/cvmfs
, keeping the automounts active and causing the unmount to never be triggered.
The fix is to configure node-exporter to ignore this paths. The others are the defaults ones.