Skip to content

NFS FreeBSD Client

FreeBSD NFS Client

The generalized NFS support replaces this application.

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.

LibreNMS discovers the application automatically, as described at the top of the page. If the discovery fails, do the steps under the SNMP Extend heading at the top of the page.