데이터 웨어하우스 상태 서비스 가용성(하트비트) 동기화 규칙

Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutage (Rule)

이 규칙은 상태 서비스 가용성(하트비트) 정보를 수집합니다.

Knowledge Base article:

요약

데이터 웨어하우스에 대한 상태 서비스 작동 중단 데이터 동기화를 실행하는 시스템 규칙입니다.

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseSynchronizationService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
HealthServiceOutageSource DataSource Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageDataSource Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutage" Target="Microsoft.SystemCenter.DataWarehouseSynchronizationService" Enabled="true" ConfirmDelivery="true">
<Category>System</Category>
<DataSources>
<DataSource ID="HealthServiceOutageSource" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageDataSource">
<BatchSize>100</BatchSize>
<BatchGenerationFrequencySeconds>30</BatchGenerationFrequencySeconds>
<HealthServiceOutageEndMaxAgeMinutes>15</HealthServiceOutageEndMaxAgeMinutes>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SynchronizationProcessId>$MPElement$</SynchronizationProcessId>
<SqlAuthentication>
<Login>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/UserName$</Login>
<Password>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/Password$</Password>
</SqlAuthentication>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageWriter">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<SynchronizationProcessId>$MPElement$</SynchronizationProcessId>
<SqlAuthentication>
<Login>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/UserName$</Login>
<Password>$RunAs[Name="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationActionAccount"]/Password$</Password>
</SqlAuthentication>
</WriteAction>
</WriteActions>
</Rule>