Health Service Watcher: Write action to set the state of the "System Center Management Health Service Heartbeat Failure" monitor

Microsoft.SystemCenter.HealthServiceWatcher.SetHeartbeatStateAction (WriteActionModuleType)

Reserved for internal use.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Health.SetStateAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetStateAction Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.HealthServiceWatcher.SetHeartbeatStateAction" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Health!System.Health.AlertSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="HealthState" type="System.Health.AlertHealthState" minOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="Health.SetStateAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetStateAction">
<MonitorId>$MPElement[Name="Microsoft.SystemCenter.HealthService.Heartbeat"]$</MonitorId>
<HealthState>$Config/HealthState$</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Health.SetStateAction"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>