https://github.com/dnaeon/py-vpoller
Distributed vSphere API Proxy
https://github.com/dnaeon/py-vpoller
Last synced: 9 months ago
JSON representation
Distributed vSphere API Proxy
- Host: GitHub
- URL: https://github.com/dnaeon/py-vpoller
- Owner: dnaeon
- License: other
- Created: 2014-01-07T10:41:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T06:01:51.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:34:09.933Z (10 months ago)
- Language: Python
- Homepage:
- Size: 4.43 MB
- Stars: 83
- Watchers: 18
- Forks: 31
- Open Issues: 29
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Project status
==============
I no longer have enough spare time to manage this project, so if you are interested in it,
please consider becoming a maintainer.
vPoller - Distributed VMware vSphere API Proxy
==============================================
.. image:: https://img.shields.io/pypi/v/vpoller.svg
:target: https://pypi.python.org/pypi/vpoller/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/vpoller.svg
:target: https://pypi.python.org/pypi/vpoller/
:alt: Downloads
vPoller is a distributed VMware vSphere API Proxy, designed for
discovering and polling of vSphere objects.
It uses the `VMware vSphere API `_
in order to perform discovery and polling of vSphere objects.
vPoller uses the `ZeroMQ messaging library `_ for
distributing tasks to workers and load balancing of client requests.
vPoller can be integrated with other systems, which require access to
vSphere objects, but do not have native support for it.
Possible scenarios where vPoller could be used is integration with
monitoring systems as part of the discovery and polling process
in order to provide monitoring of your VMware vSphere environment.
vPoller has been tested with VMware vSphere 5.x and with very limited
testing on vSphere 4.x.
vPoller is Open Source and licensed under the
`BSD License `_.
Contributions
=============
vPoller is hosted on `Github `_.
Please contribute by reporting issues, suggesting features or by
sending patches using pull requests.
Documentation
=============
The online documentation of vPoller can be found on the link below:
* http://vpoller.readthedocs.org/en/latest/
Bugs
====
Probably. If you experience a bug issue, please report it to the
`vPoller issue tracker on Github `_.