Skip to content

NFS Linux Server

Linux NFS Server

The generalized NFS support replaces this application.

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