Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:31:35.000Z (5 months ago)
- Last Synced: 2024-10-05T10:35:16.451Z (3 months ago)
- Topics: icinga, icinga2, monitoring, naemon, nagios, vmware, vsphere
- Language: Python
- Homepage: https://omd.consol.de/docs/plugins/check_vsphere/
- Size: 1.81 MB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
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.