Metadata-Version: 2.1
Name: checkvsphere
Version: 0.3.17
Summary: check_vsphere monitoring plugin
Author-email: Danijel Tasov <danijel.tasov@consol.de>
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Dist: pyvmomi >= 8.0.3.0.1, < 9
Requires-Dist: monplugin >= 0.6.1
Project-URL: documentation, https://consol.github.io/check_vsphere
Project-URL: homepage, https://github.com/consol/check_vsphere
Project-URL: issues, https://github.com/consol/check_vsphere/issues
Project-URL: repository, https://github.com/consol/check_vsphere.git

# About

This is a monitoring plugin for naemon, icinga, nagios like systems. It
is meant as a successor of check\_vmware\_esx. check\_vmware\_esx is written
Perl but VMWare™ has dropped support for the Perl SDK. So this plugin is written
in Python using pyVmomi.

## Features

The plugin has modes to check various aspects of these components:

* datastores
* host-runtime
* host-service
* host-storage
* host-nic
* snapshots
* vsan

Check the
[Documentation](https://omd.consol.de/docs/plugins/check_vsphere/)
for further details.

# Installation

```
pip install checkvsphere
```

# LICENSE

If not stated otherwise in a source file everything is licensed under
GNU AFFERO GENERAL PUBLIC LICENSE Version 3.

See also the LICENSE file.

