Added unbound unix agent script

This commit is contained in:
Alan Gregory
2016-08-16 10:48:33 -03:00
parent 8c0735d64e
commit 08460ba3c9
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
unboundctl=`which unbound-control`
if [ "$?" != "0" ]; then
#Unbound control executable doesn't exist
exit
fi
echo '<<<app-unbound>>>'
$unboundctl stats