Skip to content

PowerDNS dnsdist

PowerDNS-dnsdist

SNMP Extend

  1. 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
    

  2. Make the script executable.

    chmod +x /etc/snmp/powerdns-dnsdist
    

  3. Edit your snmpd.conf file, usually /etc/snmp/snmpd.conf, and add:

    extend powerdns-dnsdist /etc/snmp/powerdns-dnsdist
    

  4. 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.