P2P.OMSAdministration.DWMirroring.PerformanceCollect (Rule)

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource P2P.OMSAdmin.PublishedPerformanceDataProviderInternal Default
WA_DW WriteAction Microsoft.SystemCenter.DataWarehouse.PerformanceDataWriter Default
WA_OMS WriteAction P2P.OMSAdministration.Modules.WritePerfToOMS Default
WA_OMS_Agg WriteAction P2P.OMSAdministration.Modules.WritePerfAggToOMS Default

Source Code:

<Rule ID="P2P.OMSAdministration.DWMirroring.PerformanceCollect" Enabled="false" Target="SystemCenter!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="90">
<Category>System</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="P2P.OMSAdmin.PublishedPerformanceDataProviderInternal">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>63AFB62D-3376-4102-B6EE-9E88EA49AC46</ChannelId>
<DropItems>false</DropItems>
<QueueDataOnStall>true</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
<StalledDataQueueMaximumAge>P14D</StalledDataQueueMaximumAge>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA_OMS" TypeID="P2P.OMSAdministration.Modules.WritePerfToOMS">
<ComputerName>$Target/Property[Type="System!System.Entity"]/DisplayName$</ComputerName>
</WriteAction>
<WriteAction ID="WA_OMS_Agg" TypeID="P2P.OMSAdministration.Modules.WritePerfAggToOMS">
<ComputerName>$Target/Property[Type="System!System.Entity"]/DisplayName$</ComputerName>
</WriteAction>
<WriteAction ID="WA_DW" TypeID="DWLib!Microsoft.SystemCenter.DataWarehouse.PerformanceDataWriter" Target="DWLib!Microsoft.SystemCenter.DataWarehouseConnectorServer">
<DataRoutingKey/>
<BulkInsertBatchSize>5000</BulkInsertBatchSize>
<MaxBatchesToProcessBeforeMaintenanceCount>200</MaxBatchesToProcessBeforeMaintenanceCount>
<MaxExecutionAttemptCount>0</MaxExecutionAttemptCount>
<ExecutionAttemptTimeoutIntervalSeconds>0</ExecutionAttemptTimeoutIntervalSeconds>
</WriteAction>
</WriteActions>
</Rule>