Hi Everyone.
I need to exclude of the monitoring with at cdm probe, the filesystems /tmp
/var/lib/kubelet
/var/lib/Docker
/run/user/
I builded this regular expression that to ignore the filesystems but i see that isn't work.
/\/(run|var)\/(user|lib)/.*/|/\/tmp.*/


What i doing wrong?