• Munin and Bind9 on Gentoo

    by  • 31st March 2007 • post

    I’ve installed Munin monitoring node on my newly rebuild server. I’ve managed to get almost everything monitored.

    I had to hack bind9 plugin as original delivered name was not intended for Bind 9. I’ve downloaded bind.in and hacked it a little bit.

    My bind.9 has support for IPv6 clients, views and actually works with my Gentoo installation of bind 9.

    My named.conf has that logging options :

    logging {
    channel log_me {
    syslog daemon;
    severity debug;
    };
    category queries { log_me; };
    };

    If you don’t know what it is, learn Bind is the DNS