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
10074
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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!