Skip to content

NFS Linux Server

Linux NFS Server

Superseded by the generalized NFS support.

Export the NFS stats from as server.

SNMP Extend

  1. Edit your snmpd.conf file (usually /etc/snmp/snmpd.conf) and add :

    Note

    find out where cat is located using : which cat

    extend nfs-server /bin/cat /proc/net/rpc/nfsd
    
  2. reload snmpd service to activate the configuration

    sudo systemctl reload snmpd