Health service availability data reader module

Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageProbe (ProbeActionModuleType)

This module reads health service availability information from the operational database

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DataWarehouse.ActionAccount
InputTypeMicrosoft.SystemCenter.SynchronizationProcessStateData
OutputTypeMicrosoft.SystemCenter.HealthServiceOutageData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.Synchronization.HealthServiceOutageProbe" Batching="true" PassThrough="false" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ActionAccount">
<Configuration>
<xsd:element name="BatchSize" type="xsd:positiveInteger"/>
<xsd:element name="HealthServiceOutageEndMaxAgeMinutes" type="xsd:positiveInteger"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.DataWarehouse.HealthServiceOutageProbeModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.HealthServiceOutageData</OutputType>
<InputType>Microsoft.SystemCenter.SynchronizationProcessStateData</InputType>
</ProbeActionModuleType>