Moved unbound script to librenms agent repository

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