You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c5e46bd Add a Zabbix helper method for translating VM disk discovery requests
ab5314c Apparently there is a memory leak in ZeroMQ while terminating a context, so leave that for now until we figure out how to deal with this and have it fixed (either in vPoller or ZeroMQ upstream)
25e9fce Zabbix helper should return None if we don't have the requested property in the result
c0e4ef9 Add 'host.cluster.get' vPoller method for getting the cluster name for a HostSystem
0ad2fee zabbix-vsphere-import: Add method for creating a hostgroup in Zabbix
978ac1b zabbix-vsphere-import: vSphere hosts import is working
c39ac21 zabbix-vsphere-import: The Python Zabbix API module spits a lot of useless INFO messages via 'logging', so remove the logging from our tool to make reporting look better
70a5955 zabbix-vsphere-import: Import VMs to Zabbix
35512d2 zabbix-vsphere-import: Add support for importing datastores to Zabbix
ea3d718 Commit example config file for zabbix-vsphere-import
5979727 Move zabbix related stuff to a separate directory