Data Warehouse Health Service availability (heartbeat) information writer

Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageWriter (WriteActionModuleType)

Writes information about Health Service availability (heartbeat) to the Data Warehouse

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DataWarehouse.ActionAccount
InputTypeMicrosoft.SystemCenter.HealthServiceOutageData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageWriter" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>DataWarehouse!Microsoft.SystemCenter.DataWarehouse.SqlAuthenticationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ManagementGroupId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="SynchronizationProcessId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="SqlAuthentication" type="SqlAuthenticationType" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.HealthServiceOutageWriterModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.HealthServiceOutageData</InputType>
</WriteActionModuleType>