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.conf file (usually /etc/snmp/snmpd.conf) and add:
extend powerdns-dnsdist /etc/snmp/powerdns-dnsdist
-
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.