From 7cbbe5220511fb3d28661cb7fccd3cf2d1fc50e3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 24 Nov 2016 23:40:07 +0100 Subject: remove vbox guests checkin openwrt agent as it makes problems it won't be needed anyway 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 '<<>>' -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 -- cgit v0.10.2