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