PowerDNS dnsdist
PowerDNS-dnsdist
SNMP Extend
-
Copy the BASH script to the desired host.
wget https://github.com/librenms/librenms-agent/raw/master/snmp/powerdns-dnsdist -O /etc/snmp/powerdns-dnsdist -
Make the script executable.
chmod +x /etc/snmp/powerdns-dnsdist -
Edit your
snmpd.conffile, usually/etc/snmp/snmpd.conf, and add:extend powerdns-dnsdist /etc/snmp/powerdns-dnsdist -
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.