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
by Evert
04 May 2009 at 10:33
How does your plugin deal with views?
by seeder
04 May 2009 at 18:14
@Evert
Honestly, can’t remember. I had it working on and off for a while them I wrote a new one in Ruby. If someone would like to have a look, I can post it here.