Ad Widget

Collapse

NFS not shown in items/triggers on hosts in Zabbix Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mheijerman
    Junior Member
    • Apr 2024
    • 3

    #1

    NFS not shown in items/triggers on hosts in Zabbix Server

    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:
    Code:
    ^(btrfs|ext2|ext3|ext4|reiser|xfs|ffs|ufs|jfs|jfs2 |vxfs|hfs|apfs|refs|ntfs|fat32|zfs|nfs|nfs4)$
    (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:
    Code:
    zabbix_get -s some_hostname -k vfs.fs.discovery | grep nfs
    In the UI the rule depends on Linux get filesystem:
    Code:
    vfs.fs.dependent.discovery
    Any ideas how to get discovery for NFS working?

    Thanks in advance.
Working...