Entity state change publisher (default channel)

Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChange (WriteActionModuleType)

Publishes entity state change information on Operations Manager default channel

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.Health.EntityStateChangeData

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeCustomChannel Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChange" Accessibility="Internal" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction TypeID="Microsoft.SystemCenter.DataWarehouse.PublishEntityHealthStateChangeCustomChannel" ID="WA">
<ChannelId>A91E7510-80F4-4da4-AC6E-58587F2E70B1</ChannelId>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="WA"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>Health!System.Health.EntityStateChangeData</InputType>
</WriteActionModuleType>