Skip to content

prometheus exporter to ignore cvmfs and eos mount paths

Diana Gaponcic requested to merge fix-unmount-monitoring into master

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.

Merge request reports