Check manual page of vbox_guestMay 02. 2012
vbox_guestAuthor: Mathias Kettner License: GPL Distribution: official part of Check_MK Supported Agents: Linux This check uses VBoxControl to query to version und revision of the
guest additions installed in a VirtualBox Linux guest. If no guest additions
are installed at all, the check will get critical. if the version and
revision of the guest additions do not match the version and revision
of the virtual box host, the check will warn.
Check parametersNone. Performance dataNone. InventoryOne check will be created on each Linux VBox host having guest
additions installed(!). If you want to force the check on all
of your Linux guests, you need to configure explicit checks using
checks=.
Configuration variablesNone. Examplesmain.mk # Force this check on all hosts with the tags vboxguest and linux. checks += [ ( ["vboxguest", "linux"], ALL_HOSTS, "vbox_guest", None, None ), ] |
| ||||||||||||