We are running Zabbix 2.2.6 on RHEL 6 host. I added ^nfs$ to the @File systems for discovery regex because we need to monitor some NFS mounts but not all NFS mounts.
In particular we are picking up /mnt/<foo> and <bar>/.snapshot filesystems. These are not application filesystems, given the structuring of our environment. Is there a was to eliminate these from being detected at the LLD level while still detecting other ^nfs$ mounts?
In particular we are picking up /mnt/<foo> and <bar>/.snapshot filesystems. These are not application filesystems, given the structuring of our environment. Is there a was to eliminate these from being detected at the LLD level while still detecting other ^nfs$ mounts?
LLD for Filesystem discovery uses #FSTYPE to discover the filesystems; while I am wanting to exclude certain filesystems based on their names (#FSNAME ??). As best I can tell one cannot mix #FSTYPE and #FSNAME in the same Discovery rule.
Comment