Skip to content

NFS FreeBSD Client

FreeBSD NFS Client

Superseded by the generalized NFS support.

SNMP Extend

  1. Copy the shell script, fbsdnfsserver, to the desired host
wget https://github.com/librenms/librenms-agent/raw/master/snmp/fbsdnfsclient -O /etc/snmp/fbsdnfsclient
  1. Make the script executable
chmod +x /etc/snmp/fbsdnfsclient
  1. Edit your snmpd.conf file and add:
extend fbsdnfsclient /etc/snmp/fbsdnfsclient
  1. 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.