경고 데이터 수집기

Microsoft.SystemCenter.DataWarehouse.CollectAlertData (Rule)

이 규칙은 데이터 웨어하우스(기본 저장소)의 경고 데이터를 수집합니다.

Knowledge Base article:

요약

임의 개체에서 경고 데이터를 수집하는 시스템 규칙입니다.

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>