1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

9 lines
166 B
Bash
Raw Normal View History

2016-08-17 09:36:39 -03:00
#!/bin/bash
unboundctl=$(which unbound-control)
2016-08-17 09:36:39 -03:00
if [ "$?" != "0" ]; then
#Unbound control executable doesn't exist
exit
fi
echo '<<<app-unbound>>>'
$unboundctl stats