I have a requirement to monitor filesystem but only certain type of filesystem, exclude those NFS, proc, etc2.
I'm trying to set this up in Regular expression, create a customFSType and then put the string out there:
^(nfs|cachefs|nfs3|nfsv3|cdfs|hsfs|iso9660|cdrfs|p roc|usbdevfs|devpts|procfs|mvfs|nfsd|sysfs|nfs4|un known)$
Result is FALSE
Then, in the template, I create a discovery rule, inside Filter tab, i added macro like {#FSTYPE} matches @CustomFSType.
Still I don't get what I want as it is seems to show all filesystem mount.
How to troubleshoot this what go wrong, can anyone help?
I'm trying to set this up in Regular expression, create a customFSType and then put the string out there:
^(nfs|cachefs|nfs3|nfsv3|cdfs|hsfs|iso9660|cdrfs|p roc|usbdevfs|devpts|procfs|mvfs|nfsd|sysfs|nfs4|un known)$
Result is FALSE
Then, in the template, I create a discovery rule, inside Filter tab, i added macro like {#FSTYPE} matches @CustomFSType.
Still I don't get what I want as it is seems to show all filesystem mount.
How to troubleshoot this what go wrong, can anyone help?
Comment