Files
librenms-librenms/scripts/unbound.sh
T

9 lines
165 B
Bash
Executable File

#!/bin/bash
unboundctl=`which unbound-control`
if [ "$?" != "0" ]; then
#Unbound control executable doesn't exist
exit
fi
echo '<<<app-unbound>>>'
$unboundctl stats