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
#!/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.
#
# 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
+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.