diff --git a/agent-local/unbound.sh b/agent-local/unbound.sh new file mode 100755 index 0000000..d9b3788 --- /dev/null +++ b/agent-local/unbound.sh @@ -0,0 +1,8 @@ +#!/bin/bash +unboundctl=`which unbound-control` +if [ "$?" != "0" ]; then +#Unbound control executable doesn't exist +exit +fi +echo '<<>>' +$unboundctl stats