Quantcast
Viewing all articles
Browse latest Browse all 20616

Re: Alert when ESX Status in equal to UP

You could try using JOIN in Custom SQL ALert.

 

JOIN VIM_Hosts ON VIM_Hosts.NodeID = Nodes.NodeID

WHERE (VIM_Hosts.OverallStatus != 'green' OR VIM_Hosts.ConnectionState != 'connected')


Viewing all articles
Browse latest Browse all 20616

Trending Articles