Hi all,
Mounted filesystem discovery, discovers disks and extra disks on our vms. I also want to check for NFS mounts, this is not discovered.
What I've done:
I changed regex under Administration -> general -> regular expression:
(not sure if NFS or NFS4 is used, added both, tested also separately.)
Following command works from server to host and shows the actual NFS mounts:
In the UI the rule depends on Linux get filesystem:
Any ideas how to get discovery for NFS working?
Thanks in advance.
Mounted filesystem discovery, discovers disks and extra disks on our vms. I also want to check for NFS mounts, this is not discovered.
What I've done:
I changed regex under Administration -> general -> regular expression:
Code:
^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2 |vxfs|hfs|apfs|refs|ntfs|fat32|zfs|nfs|nfs4)$
Following command works from server to host and shows the actual NFS mounts:
Code:
zabbix_get -s some_hostname -k vfs.fs.discovery | grep nfs
Code:
vfs.fs.dependent.discovery
Thanks in advance.