Well I am still checking out Zabbix, but I wanted to see if I could run the Zabbix appliance using VirtualBox's native disk format VDI instead of the originally provided VMDK virtual disk.
First off adding the VMDK into VirtualBox is easy as cake
- Download the appliance from www.zabbix.com
- Extract the VMDK and VMX files.
- By looking at the VMX file, you notice the parameters that are pertinent to create
- OS: Linux
- Version: OpenSUSE
- Memory: 512MB
- Storage Controller: SATA
- Network Attached Adapter: Bridged
- Adapter type Intel PRO/1000 MT
- Copy the VMDK to where you keep your VDI files, go to the Virtual Media Manager and add the disk to the list, then attach the disk to the SATA adapter and away you go.
Now for the fun part; converting the file to VDI
Use the following command:
vboxmanage.exe clonehd
Now you just go to the Virtual Media Manager and attach the VDI and away you go. The one thing that I did learn is that you need to convert the VMDK to a VDI before you start up the machine the first time. So if you did the test with at the top of the article, just delete it and pull a new copy of the VMDK from the archive you download.