Recopilador de datos de alertas

Microsoft.SystemCenter.DataWarehouse.CollectAlertData (Rule)

Esta regla recopila datos de alertas para el almacenamiento de datos (almacén predeterminado)

Knowledge Base article:

Resumen

Regla del sistema que recopila datos de alertas de cualquier objeto

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseSynchronizationService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DataWarehouse.AlertDataSource Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.AlertDataWriterDefaultRouting Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.CollectAlertData" Target="Microsoft.SystemCenter.DataWarehouseSynchronizationService" Enabled="true" ConfirmDelivery="true">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataWarehouse.AlertDataSource">
<ExpirationStartTime>2005-01-01T00:00Z</ExpirationStartTime>
<PollingIntervalMinutes>3</PollingIntervalMinutes>
<LanguageCode>ENU</LanguageCode>
<BatchSize>1000</BatchSize>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.AlertDataWriterDefaultRouting">
<BulkInsertBatchSize>1500</BulkInsertBatchSize>
<MaxBatchesToProcessBeforeMaintenanceCount>1</MaxBatchesToProcessBeforeMaintenanceCount>
<MaxExecutionAttemptCount>0</MaxExecutionAttemptCount>
<ExecutionAttemptTimeoutIntervalSeconds>0</ExecutionAttemptTimeoutIntervalSeconds>
</WriteAction>
</WriteActions>
</Rule>