Skip to content

v0.3.7

Compare
Choose a tag to compare
@dnaeon dnaeon released this 03 Feb 09:33
· 247 commits to master since this release
  • 60252c2 vPoller does not require tabulate dependency
  • d4642ed The vPoller Zabbix helper now supports 'datacenter.alarm.get' method
  • 84bbc7e Issue #94: Update zabbix-vsphere-import to work with Zabbix version 2.4.x as well
  • 6ceb9fc Add a vpoller badge
  • da91d3e Add PyPI badges
  • a3bbe1c VPollerClient instances return a json.dumps() result like the Worker does in case of failures
  • 7b7e2ae We should print an error message when a vPoller task fails
  • 15d9469 Issue #108: Remove extra hosts from Zabbix which are no longer found in the vSphere host from which import objects
  • 0c85d4e Issue #109: Fix getting Zabbix Proxy host ID
  • 31fd12a Issue #108: Fix removal of extra datastores found in Zabbix, but not present in vSphere
  • 7cbe88a zabbix-vsphere-import: Set the discovered vSphere data as attributes of the Zabbix instance
  • 2489bcc Implement a new vPoller method - perf.counter.info
  • 6ef7eb6 Implement host.perf.counter.info vPoller method
  • 167215e Implement vm.perf.counter.info vPoller method
  • 0bb7c42 Implement datastore.perf.counter.info vPoller method
  • 7866367 Typo fixes
  • ecb3b7e Implement datacenter.perf.counter.info vPoller method
  • 3f08622 Implement cluster.perf.counter.info vPoller method
  • 62a33fb Document the new *.perf.counter.info vPoller methods
  • d09506c Refactor the *.perf.counter.info methods
  • 3b03815 No need to make perf_counter_supported a @Property for now
  • 29bc0f6 Fix perf.counter.info method
  • 342196e Fix _entity_perf_counter_info() method
  • 660bd07 Check that the object exists before we try to get it's performance countersX
  • da2e4b8 Correct the name for vm.perf.counter.info method
  • 7d86560 Querying for datastore performance counters is done using info.url property
  • 80c8482 Commit a helper method for retrieving real-time performance metrics
  • 0d35860 Initial commit of perf.interval.info vPoller method
  • 1b24fc3 If real-time stats are not available for an entity fall back to historical statistics
  • f030ebb Implement datacenter.perf.counter.get method
  • e344040 Implement cluster.perf.counter.get vPoller method
  • 8bbfac9 Implement host.perf.counter.get vPoller method
  • 16d5ced Be able to provide a historical interval for objects which support real-time performance stats as well
  • bd52954 _entity_perf_counter_info returns info for real-time or historical counters
  • 71f3b2c s/_entity_perf_counter_info/_entity_perf_metric_info
  • ac4f876 Refactor perf.counter.info vPoller method
  • 5d45460 Docstring updates
  • 5243fee *_perf_counter_info and *_perf_counter_get methods become *_perf_metric_info and *_perf_metric_get
  • 1380b1c Implement vm.perf.metric.get method
  • 8457e2c Ignore venv/* if you have a virtualenv in vPoller
  • a36659b Log information about the vSphere Agents created by the Worker
  • 5a17dca Merge branch 'performance-counters'
  • 9cb5f9c Refactor init.py files
  • a59d4db PEP-396
  • ae5f9fc vPoller version 0.3.7-dev