VMware Horizon Pool Number of Available Machines Performance Collection Rule

VMware.HorizonView.Performance.Pool.NumberOfAvailableMachines (Rule)

Pool Number of Available Machines Performance Collection Rule

Element properties:

TargetGripLogix.VMware.HorizonView.Pool
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource GripLogix.VMware.HorizonView.DataSource.Performance.PropertyBag.Pool Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="VMware.HorizonView.Performance.Pool.NumberOfAvailableMachines" Target="GripLogix!GripLogix.VMware.HorizonView.Pool" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="GripLogix.VMware.HorizonView.DataSource.Performance.PropertyBag.Pool">
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
<PoolName>$Target/Property[Type="GripLogix!GripLogix.VMware.HorizonView.Pool"]/Name$</PoolName>
<Counter>NumberOfAvailableMachines</Counter>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>