diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-24 22:40:07 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-24 22:40:07 (GMT) |
commit | 7cbbe5220511fb3d28661cb7fccd3cf2d1fc50e3 (patch) | |
tree | 01975b7df97b2de5834034959cfde35f3a063295 | |
parent | bddd14ada68c7cea0ef20aab277284eead41cdfa (diff) |
remove vbox guests checkin openwrt agent as it makes problems it won't be needed anyway
-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 |