This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SWQL, Combining Status from multiple nodes

Hell0

I have a task to get and report on the status of multiple VCenter's located at different sites. For example, site1 may have three VCentre's:

>> imaginiativeName0
>> imaginativeName1
>> imaginativeName2

If the status of all three is OK, or Up, the overall status is OK. If the status is Warning, then the overall status should also be Warning. However, the status should only be critical when all Vcenter's have a critical status

I am using the following query to grab the information:

>> SELECT vc.Name, vc.Status, vc.IPAddress FROM orion.VIM.VCenters vc