Data Warehouse Health Service availability (heartbeat) synchronization rule

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

This rule collects Health Service availability (heartbeat) information

Knowledge Base article:

Summary

System rule that executes synchronization of health service outage data to the data warehouse

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>