Skip to content

v0.2.5

Compare
Choose a tag to compare
@dnaeon dnaeon released this 31 Oct 14:00
· 528 commits to master since this release
  • 9b42e0a Commit 'vcli-*' aliases
  • 4870ee5 Add 'net.discover' method for discovering all vim.Network managed objects
  • aa6a394 Add 'net.get' vPoller method for getting properties for a single vim.Network managed object
  • 54e3fd6 Add 'net.host.get' vPoller method
  • f7ce089 Add 'net.vm.get' vPoller method
  • 2a65e2c Rename 'vm.net.discover' method to 'vm.guest.net.get' to make it clean this is a 'guest' related property
  • c4eb938 Add 'host.net.get' vPoller method
  • bcd8ada Add 'vm.net.get' vPoller method
  • ca74e32 Document new vPoller methods
  • 3990ed6 Bring the Zabbix Helper up-to-date with the latest vPoller methods
  • 860f953 Append the vSphere host in the result while preparing the Zabbix LLD data
  • ffc5ad3 Commit a simple wrapper script for use with Zabbix
  • 2ee4cff s/msg/msg_attr for the required attributes of the message
  • ef821c2 Return result only for the first item to Zabbix (which is what we would expect as we process a single item at a time)
  • 6e10bd2 Revert "Append the vSphere host in the result while preparing the Zabbix LLD data"
  • 692352e Return result as a list so we are consistent with the other vPoller methods
  • cfdbac6 Add 'vm.process.get' vPoller method for getting processes in a guest system
  • 536c1eb Refactor usage info for 'vpoller-client' and add some examples
  • e8fd333 Return result as a list for consistency with the other vPoller methods
  • 13c4ad6 Fix 'vm.host.get' method
  • 7a6b1df Return result as a list in 'vm.disk.discover'
  • bf1dad6 Add a Zabbix 'zabbix_vm_disk_get' helper method
  • 3ad7d9c Update vpoller-cclient C client comments
  • 16188aa 'success' attribute in result message should return 1 on failure so we can use that as an exit code in the client applications
  • da0c835 Return exit code in the vpoller-client on success/failure
  • 5755e0b Check if a message attribute we don't know about is defined in the vPoller Worker first
  • d931f77 Get the vPoller C Client up-to-date with the recent changes in vPoller
  • 159fd91 Destroy Views when no longer needed
  • 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
  • 3dcba5e Typo fix
  • 066e791 Check if we got a valid client message first before processing it
  • 3a8a5db Commit a wrapper script for use with Zabbix and the C client of vPoller
  • ca87aad Return result from 'jq' in raw output (no quotes) in result
  • 36c436d cvpoller-zabbix: Just parse the stdout with 'jq', ignore stderr
  • b228725 Recommended ZeroMQ library version is 4.x
  • 87a9651 Add instructions how to build ZeroMQ 4.x library to the documentation
  • c4dfb3b Use pyzmq version 14.1.1
  • 8eaf412 Return exit codes from vPoller Worker and Proxy
  • d69b708 Commit a Zabbix wrapper script for using vm.disk.get method with C client
  • 25615ae First cut of the Zabbix vSphere import script which would import vSphere objects as regular Zabbix hosts
  • 233739a Add more methods to the zabbix-vsphere-import tool
  • b8e561a zabbix-vsphere-import: Add method for getting Zabbix host groups
  • 17b07dc zabbix-vsphere-import: Be able to search for a host in Zabbix by it's name
  • 480bf80 zabbix-vsphere-import: Find a template by it's name
  • 0c3a195 zabbix-vsphere-import: Find a Zabbix hostgroup by name
  • 40d273d zabbix-vsphere-import: More logging
  • 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
  • 8d7d50a Commit the Zabbix templates for vPoller
  • 53804b7 Process 'host.cluster.get' method from the Zabbix vPoller helper
  • 8178589 Remove unused option
  • fb62ecb Fix the vPoller csvhelper module
  • 33e1834 Sort keys used for the CSV headers
  • 5bb7001 Commit a shell script for quick installation and configuration of vPoller
  • a07e99d Do not prompt when bootstrapping vPoller so we can do this in unattended way
  • 2a86740 Document how to use the bootstrap-vpoller.sh script for quick setup of vPoller
  • b1a9e12 Fix status messages for vPoller Worker
  • 7cc4470 Mention to initialize the vConnector database before trying to add a vSphere host
  • 2bc4d52 Package name should be just vpoller instead of py-vpoller
  • 9f0160f Document from where to get packages of vPoller for Debian GNU/Linux systems
  • 7377ee1 Document some example use cases of vPoller
  • e4a41cf vPoller version 0.2.5