1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00
Jellyfrog 61064dc9fe Cleanup some code (#355)
* Format with isort

* Format with Black

* Fix CRLF

* Format with shellcheck

* Fix some warning

* Fix PHP style

* Dont modifiy check_mk files

* Fixes
2021-03-18 12:24:30 +01:00

9 lines
166 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