NFS FreeBSD Client
FreeBSD NFS Client
Superseded by the generalized NFS support.
SNMP Extend
- Copy the shell script, fbsdnfsserver, to the desired host
wget https://github.com/librenms/librenms-agent/raw/master/snmp/fbsdnfsclient -O /etc/snmp/fbsdnfsclient
- Make the script executable
chmod +x /etc/snmp/fbsdnfsclient
- Edit your snmpd.conf file and add:
extend fbsdnfsclient /etc/snmp/fbsdnfsclient
- Restart snmpd on your host
The application should be auto-discovered as described at the top of the page. If it is not, please follow the steps set out under SNMP Extend
heading top of page.