ConSol-Monitoring / check_vsphere

A check pugin for naemon/nagios/icinga to monitor various stuff on ESXi Hosts and VCenter
https://omd.consol.de/docs/plugins/check_vsphere/
GNU Affero General Public License v3.0
9 stars 7 forks source link

implement vsan object health check #16

Closed datamuc closed 1 year ago

datamuc commented 1 year ago

In the GUI we can see:

Cluster->Monitor->Skyline Health->vsan object health

We can access that stuff with a stupid addon to pyVmomi:

https://developer.vmware.com/web/sdk/8.0/vsan-python

Here is an in depth explanation of VsanObjectHealthState:

https://kb.vmware.com/s/article/2108319

datamuc commented 1 year ago

First proposal implmented with 0e7bff4