Collect ACS Collector Database Queue \% Full

Microsoft.SystemCenter.ACS.Collector.CollectionRule.Performance.DatabaseQueuePercentFull (Rule)

Collects ACS Collector Database Queue \% Full performance counter

Knowledge Base article:

Summary

This rule collects ACS Collector “Database Queue % Full” performance data that will be used in either reporting or a view.

Element properties:

TargetMicrosoft.SystemCenter.ACS.Collector
CategoryPerformanceCollection
EnabledTrue
Instance NameACS Collector
Counter NameDatabase Queue \% Full
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ACS.Collector.CollectionRule.Performance.DatabaseQueuePercentFull" Enabled="true" Target="Microsoft.SystemCenter.ACS.Collector" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Database Queue % Full</CounterName>
<ObjectName>ACS Collector</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>