From 3ec0b94ace38982aadd5fbc0b34a3a89b2b210df Mon Sep 17 00:00:00 2001 From: Alan Gregory Date: Wed, 17 Aug 2016 09:39:33 -0300 Subject: [PATCH] Moved unbound script to librenms agent repository --- scripts/unbound.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 scripts/unbound.sh diff --git a/scripts/unbound.sh b/scripts/unbound.sh deleted file mode 100755 index d9b378892e..0000000000 --- a/scripts/unbound.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -unboundctl=`which unbound-control` -if [ "$?" != "0" ]; then -#Unbound control executable doesn't exist -exit -fi -echo '<<>>' -$unboundctl stats