On Mon, 24 Jan 2011, W.C.A. Wijngaards wrote: > Unbound 1.4.8 is available: > http://unbound.net/downloads/unbound-1.4.8.tar.gz I spotted one issue too late. The contrib/unbound_munin_ is still broken. It contains: : <<=cut =head1 NAME unbound_munin_ - Munin plugin to monitor the Unbound DNS resolver. =head1 APPLICABLE SYSTEMS System with unbound daemon. =head1 CONFIGURATION [unbound*] user root env.statefile /usr/local/var/munin/plugin-state/unbound-state env.unbound_conf /usr/local/etc/unbound/unbound.conf env.unbound_control /usr/local/sbin/unbound-control env.spoof_warn 1000 env.spoof_crit 100000 Use the .env settings to override the defaults. =head1 USAGE Can be used to present different graphs. Use ln -s for that name in the plugins directory to enable the graph. unbound_munin_hits - base volume, cache hits, unwanted traffic unbound_munin_queue - to monitor the internal requestlist unbound_munin_memory - memory usage unbound_munin_by_type - incoming queries by type unbound_munin_by_class - incoming queries by class unbound_munin_by_opcode - incoming queries by opcode unbound_munin_by_rcode - answers by rcode, validation status unbound_munin_by_flags - incoming queries by flags unbound_munin_histogram - histogram of query resolving times =head1 AUTHOR Copyright 2008 W.C.A. Wijngaards =head1 LICENSE BSD =cut This has to be removed before this file can be used or it will cause problems. Specifically, it causes so many errors without a /usr/local/var that munin-node can end up using 200G of disk space in /var/log/munin/munin-node.log within 24h, so before logrotate had a chance to remove the junk from disk. For the next version, can this section be placed in full comments using "#"? Thanks, Paul