https://github.com/dnaeon/py-vevents
VMware vSphere Events from the command-line
https://github.com/dnaeon/py-vevents
Last synced: 3 months ago
JSON representation
VMware vSphere Events from the command-line
- Host: GitHub
- URL: https://github.com/dnaeon/py-vevents
- Owner: dnaeon
- Created: 2014-05-27T14:42:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T08:41:28.000Z (over 11 years ago)
- Last Synced: 2025-03-27T05:41:37.823Z (10 months ago)
- Language: Python
- Size: 621 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vEvents -- VMware vSphere Events from the command-line
`vEvents` is an application that allows you to view and monitor VMware vSphere Events from the command-line.
## Requirements
* Python 2.7.x
* [docopt](https://github.com/docopt/docopt)
* [pyVmomi](https://github.com/vmware/pyvmomi)
* [vconnector](https://github.com/dnaeon/py-vconnector)
## Contributions
`vEvents` is hosted on Github. Please contribute by reporting issues, suggesting features or by sending patches using pull requests.
## Installation
In order to install `vEvents` simply execute the command below:
# python setup.py install
## Examples
Here is an example usage of `vEvents`.
First we configure our VMware vSphere host with `vConnector`, so that `vEvents` can connect to our VMware vSphere host.

For more information about `vConnector` and how to use it, please refer to the [vConnector Github repository documentation](https://github.com/dnaeon/py-vconnector).
Having our VMware vSphere host registered in the `vConnector` database we can now fire up `vEvents` and monitoring our VMware vSphere Events.

## Bugs
Probably. If you experience a bug issue, please report it to the [vEvents issue tracker on Github](https://github.com/dnaeon/py-vevents/issues).