
VirtualBox
check_vbox
Description:
Nagios Plugin which monitors state of VirtualBox Machines OS: Linux
Current Version
Last Release Date
February 4, 2010
Compatible With
Owner
Project Files
File | Description |
---|---|
check_vbox.tar.gz |
Project Notes
Checks State of VirtualBox Machiens
- needs the "VBoxManage" command
- BASH Script
LICENSE: GNU GENERAL PUBLIC LICENSE V3
Powered by linCK-IT Gmbh&Co. KG
----------------------------------------------------------------
VirtualBox Nagios Plugin
Use: check_vbox
[--user|-u] Userame wich VBoxes are registered
maybe vou have to edit the sudoer list (visudo)
for example add this line:
nagios ALL=(vbox) NOPASSWD: /usr/bin/VBoxManage
nagios = Nagios User
vbox = VirtualBox User
[--vm|-V] Virtual Machine Names
(use with multiple -V or , seperatet)
[--long|-l] Long Output
[--verbose|-v] Verbose Output
[--help|-h] Print this Help
Version: 0.2 - Alpha
Reviews
(2)
Add a Review
Seems to need bash instead of sh
Change line 1 from
#/bin/sh
to
#/bin/bash
tried using check_vbox seems to be working except for error below
./check_vbox -u mdacova -l -V "windows 7"
[: 123: windows 7,: unexpected operator
[: 155: State: unexpected operator
[: 155: running: unexpected operator
OK: windows 7[running (since 2011-10-11T13:19:08)]
Page Sections
Project Stats
Rating
3.7 (3)
Favorites
0
Views
157,724