lI've had multiple areas I would like to alert on (VIM_Hosts and several others). Unfortunately I've not found a way to do this beyond trying to hit another location (like SNMP). This doesn't always allow me to catch what I'm looking for until after the event.
An example I would like to do is -
SELECT HostName, OverallStatus FROM [dbo].[VIM_Hosts]
where OverallStatus = 'red'