Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 464 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 464 Bytes

check_vsan.py

This is a plugin for nagios to check the health of vsan clusters. It uses the VMware python SDK avilable from VMware: https://www.vmware.com/support/developer/vapi/index.html

VMware Virtual SAN SDK for Python depends on pyVmomi (v6.0.0) - the Python SDK for the VMware vSphere API. You should know how to use pyVmomi before trying this SDK. Please refer to https://github.com/vmware/pyvmomi for pyVmomi documentation and software.