From: Wouter Wijngaards Date: Wed, 12 Oct 2011 08:25:38 +0000 (+0000) Subject: - updated contrib/unbound_munin_ to family=auto so that it works X-Git-Tag: release-1.4.14rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=680b0d1cce574715040eaa70b16e28f85c5183a4;p=thirdparty%2Funbound.git - updated contrib/unbound_munin_ to family=auto so that it works with munin-node-configure automatically (if installed as /usr/local/share/munin/plugins/unbound_ ). git-svn-id: file:///svn/unbound/trunk@2507 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 7da83c992..9a878dafa 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -1,6 +1,8 @@ #!/bin/sh # # plugin for munin to monitor usage of unbound servers. +# To install copy this to /usr/local/share/munin/plugins/unbound_ +# and use munin-node-configure (--suggest, --shell). # # (C) 2008 W.C.A. Wijngaards. BSD Licensed. # @@ -45,9 +47,9 @@ # unbound_munin_histogram - histogram of query resolving times # # Magic markers - optional - used by installation scripts and -# munin-config: +# munin-config: (originally contrib family but munin-node-configure ignores it) # -#%# family=contrib +#%# family=auto #%# capabilities=autoconf suggest # POD documentation diff --git a/doc/Changelog b/doc/Changelog index 030b44788..cc13c2461 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,8 @@ +12 October 2011: Wouter + - updated contrib/unbound_munin_ to family=auto so that it works with + munin-node-configure automatically (if installed as + /usr/local/share/munin/plugins/unbound_ ). + 27 September 2011: Wouter - unbound.exe -w windows option for start and stop service.