Performance Collection: The Backbone EUP Collector Backlog File Count

TheBackbone.SMP04.Monitoring.Collector.Backlog.rule (Rule)

Performance collection rule for the backlog file count on a collector

Knowledge Base article:

Summary

Collects the amount of EUP files waiting to be processed by the collector.

Element properties:

TargetTheBackbone.SMP04.Collector.Class
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource TheBackbone.SMP04.Monitoring.Collector.Backlog.DataSource Default
MapperCD ConditionDetection System.Performance.DataGenericMapper Default
WriteToDb WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDwh WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="TheBackbone.SMP04.Monitoring.Collector.Backlog.rule" Target="TSL!TheBackbone.SMP04.Collector.Class" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="TheBackbone.SMP04.Monitoring.Collector.Backlog.DataSource">
<IntervalSeconds>900</IntervalSeconds>
<Debug>false</Debug>
</DataSource>
</DataSources>
<ConditionDetection ID="MapperCD" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>EUP Collector</ObjectName>
<CounterName>Backlog File Count</CounterName>
<InstanceName/>
<Value>$Data/Property[@Name='BacklogFileCount']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDb" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDwh" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>