Hi,
1.1.2-beta is out.
You will find the jar and zip archive here : https://drive.google.com/folderview?...p=sharing#list.
The website is still https://code.google.com/p/vmbix/.
Here is the changelog :
1.1.2-beta
- Added performance counters for ESX hosts :
- Added a default value for the performance counters interval (300s)
- Added a python wrapper script to query vmbix :
This script must be put in the Zabbix externalscripts folder. This script is useful if you want to monitor your virtual machines also with a Zabbix agent, because VmBix already acts as a Zabbix agent.
- Added new Zabbix templates :
template_vmbix_vcenter.xml -> Query and discover the VMWare environment in "agent" mode.
template_vmbix_vm.xml -> Query the VMs in "agent" mode.
template_vmbix_esx.xml -> Query the ESX hosts in "agent" mode.
template_vmbix_vcenter_wrapper.xml -> Query and discover the VMWare environment using the python wrapper script.
template_vmbix_esx_wrapper.xml -> Query the VMs using the python wrapper script.
template_vmbix_vm_wrapper.xml -> Query the VMs using the python wrapper script.
1.1.2-beta is out.
You will find the jar and zip archive here : https://drive.google.com/folderview?...p=sharing#list.
The website is still https://code.google.com/p/vmbix/.
Here is the changelog :
1.1.2-beta
- Added performance counters for ESX hosts :
Code:
# zabbix_get -s localhost -p 12050 -k esx.counter[esx0.domain.local,cpu.latency,,900] 55
- Added a python wrapper script to query vmbix :
Code:
# python vmbixget.py vm.memory[VM01,active] 307
- Added new Zabbix templates :
template_vmbix_vcenter.xml -> Query and discover the VMWare environment in "agent" mode.
template_vmbix_vm.xml -> Query the VMs in "agent" mode.
template_vmbix_esx.xml -> Query the ESX hosts in "agent" mode.
template_vmbix_vcenter_wrapper.xml -> Query and discover the VMWare environment using the python wrapper script.
template_vmbix_esx_wrapper.xml -> Query the VMs using the python wrapper script.
template_vmbix_vm_wrapper.xml -> Query the VMs using the python wrapper script.
I've updated Vmbix to v1.1.1.
You will find the jar and zip archive here : https://drive.google.com/folderview?...p=sharing#list. Or you can clone the SVN repo and compile it yourself.
The website is still https://code.google.com/p/vmbix/.
Here is the changelog :
1.1.1
- Added performance counters for ESX hosts.
- Added new methods for datastores (danrog):
- vmbix now displays a version number when called without arguments.
You will find the jar and zip archive here : https://drive.google.com/folderview?...p=sharing#list. Or you can clone the SVN repo and compile it yourself.
The website is still https://code.google.com/p/vmbix/.
Here is the changelog :
1.1.1
- Added performance counters for ESX hosts.
- Added new methods for datastores (danrog):
Code:
datastore.size[name,provisioned] datastore.size[name,uncommitted]
Comment