SDFS info
A small shell script that exports SDFS volume info.
SNMP Extend
- Download the script onto the host.
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/sdfsinfo -O /etc/snmp/sdfsinfo
- Make the script executable.
chmod +x /etc/snmp/sdfsinfo
- Edit your
snmpd.conffile, usually/etc/snmp/snmpd.conf, and add:
extend sdfsinfo /etc/snmp/sdfsinfo
- 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.