NFS Linux Server
Linux NFS Server
Superseded by the generalized NFS support.
Export the NFS stats from as server.
SNMP Extend
-
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
-
reload snmpd service to activate the configuration
sudo systemctl reload snmpd