Health Service Watcher state probe module

Microsoft.SystemCenter.AgentManagement.EntityStateAction (ProbeActionModuleType)

This probe module is used to query the state of a Health Service Watcher.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.Health.EntityStateChangeData

Member Modules:

ID Module Type TypeId RunAs 
EntityState ProbeAction Microsoft.SystemCenter.AgentManagement.EntityState Default

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.AgentManagement.EntityStateAction" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="EntityState" TypeID="Microsoft.SystemCenter.AgentManagement.EntityState">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<CollectState>false</CollectState>
<PostSnapshot>true</PostSnapshot>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="EntityState"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Health!System.Health.EntityStateChangeData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>