diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 9a878dafa..db6c33f38 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -1,7 +1,7 @@ #!/bin/sh # # plugin for munin to monitor usage of unbound servers. -# To install copy this to /usr/local/share/munin/plugins/unbound_ +# To install copy this to /usr/local/share/munin/plugins/unbound_munin_ # and use munin-node-configure (--suggest, --shell). # # (C) 2008 W.C.A. Wijngaards. BSD Licensed. @@ -177,7 +177,7 @@ if test "$1" = "autoconf" ; then exit 1 fi if test ! -d `dirname $state`; then - echo no "($state directory does not exist)" + echo no "(`dirname $state` directory does not exist)" exit 1 fi echo yes diff --git a/doc/Changelog b/doc/Changelog index cc13c2461..166905a0e 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,7 +1,7 @@ 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_ ). + /usr/local/share/munin/plugins/unbound_munin_ ). 27 September 2011: Wouter - unbound.exe -w windows option for start and stop service.