diff options
Diffstat (limited to 'openwrt')
-rwxr-xr-x | openwrt/check_mk_agent/files/check_mk_agent | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/check_mk_agent/files/check_mk_agent b/openwrt/check_mk_agent/files/check_mk_agent index bd5fca9..ab8570c 100755 --- a/openwrt/check_mk_agent/files/check_mk_agent +++ b/openwrt/check_mk_agent/files/check_mk_agent @@ -219,15 +219,6 @@ if type tw_cli > /dev/null ; then done fi -# VirtualBox Guests. Section must always been output. Otherwise the -# check would not be executed in case no guest additions are installed. -# And that is something the check wants to detect -echo '<<<vbox_guest>>>' -if type VBoxControl > /dev/null 2>&1 ; then - VBoxControl -nologo guestproperty enumerate | cut -d, -f1,2 - [ ${PIPESTATUS[0]} = 0 ] || echo "ERROR" -fi - # OpenVPN Clients. Currently we assume that the configuration # is in # /etc/openvpn. We might find a safer way to find the configuration later. if [ -e /etc/openvpn/openvpn-status.log ] ; then |