mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added unbound unix agent script
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user