]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- updated contrib/unbound_munin_ to family=auto so that it works
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Oct 2011 08:25:38 +0000 (08:25 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 12 Oct 2011 08:25:38 +0000 (08:25 +0000)
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

contrib/unbound_munin_
doc/Changelog

index 7da83c9929fa61d3f8bb726b7c3b19225007bed3..9a878dafa756d761cb50056bdf954e3a55072706 100755 (executable)
@@ -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
index 030b44788c49c9c57a827d97911b5a0a642bc907..cc13c2461bcb68cb114132e56ed9d32b85a11da7 100644 (file)
@@ -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.