Regla de sincronización de disponibilidad (latido) del servicio de mantenimiento de almacén de datos

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

Esta regla recopila información de disponibilidad (latido) del servicio de mantenimiento

Knowledge Base article:

Resumen

Regla del sistema que ejecuta la sincronización de datos de interrupción del servicio de mantenimiento en el almacén de datos

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>