MECM SMS AD System Discovery - Total DDRs generated in delta discovery Performance Collection Rule

MECM.PrimarySiteServer.SystemDiscovery.TotalDDRsGeneratedInDeltaDiscovery.PerfCollection.Rule (Rule)

This rule collects the total number of discovery data records (DDRs) generated from delta Active Directory System Discovery.

Element properties:

TargetMECM.PrimarySiteServer
CategoryPerformanceCollection
EnabledFalse
Instance NameSMS AD System Discovery
Counter NameTotal DDRs generated in delta discovery
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="MECM.PrimarySiteServer.SystemDiscovery.TotalDDRsGeneratedInDeltaDiscovery.PerfCollection.Rule" Enabled="false" Target="MECM.PrimarySiteServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Perf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Total DDRs generated in delta discovery</CounterName>
<ObjectName>SMS AD System Discovery</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>4</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="MSCDWL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>