https://github.com/consol-monitoring/check_vsphere
A check pugin for naemon/nagios/icinga to monitor various stuff on ESXi Hosts and VCenter
https://github.com/consol-monitoring/check_vsphere
icinga icinga2 monitoring naemon nagios vmware vsphere
Last synced: about 2 months ago
JSON representation
A check pugin for naemon/nagios/icinga to monitor various stuff on ESXi Hosts and VCenter
- Host: GitHub
- URL: https://github.com/consol-monitoring/check_vsphere
- Owner: ConSol-Monitoring
- License: agpl-3.0
- Created: 2022-07-20T20:51:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T13:06:38.000Z (3 months ago)
- Last Synced: 2025-03-20T15:12:13.219Z (2 months ago)
- Topics: icinga, icinga2, monitoring, naemon, nagios, vmware, vsphere
- Language: Python
- Homepage: https://omd.consol.de/docs/plugins/check_vsphere/
- Size: 1.83 MB
- Stars: 12
- Watchers: 8
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* vsanCheck 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.