Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check vcenter health
Current Version
1.0
Last Release Date
2020-02-20
Compatible With
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
Website
Hits
8106
This check use the vSphere 6.7 API tu get the appliance health informations.
http://vmware.github.io/vsphere-automation-sdk-rest/6.7.1/index.html#PKG_com.vmware.appliance.health
It can also retrieve information on the health of your vcenter vcha cluster
http://vmware.github.io/vsphere-automation-sdk-rest/6.7.1/operations/com/vmware/vcenter/vcha/cluster.get-operation.html
This script requires jq.
$USER1$/check_vcenter_health.sh $HOSTADDRESS$ $ARG1$ $ARG2$
where where $ARG1$=base64 encoded username:password (echo -ne 'username:password'|base64) and $ARG2$=service or vcha
Possible services: applmgmt, databasestorage, load, mem, softwarepackages, storage, swap, system
http://vmware.github.io/vsphere-automation-sdk-rest/6.7.1/index.html#PKG_com.vmware.appliance.health
It can also retrieve information on the health of your vcenter vcha cluster
http://vmware.github.io/vsphere-automation-sdk-rest/6.7.1/operations/com/vmware/vcenter/vcha/cluster.get-operation.html
This script requires jq.
$USER1$/check_vcenter_health.sh $HOSTADDRESS$ $ARG1$ $ARG2$
where where $ARG1$=base64 encoded username:password (echo -ne 'username:password'|base64) and $ARG2$=service or vcha
Possible services: applmgmt, databasestorage, load, mem, softwarepackages, storage, swap, system
Reviews (0)
Be the first to review this listing!