Set the "Computer Not Reachable" monitor to error

Microsoft.SystemCenter.ComputerDown.SetComputerDownMonitor (WriteActionModuleType)

This write action is used to drive the state of the “Computer not Reachable” monitor.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
ComputerDown WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.ComputerDown.SetComputerDownMonitor" Accessibility="Internal" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="ComputerDown" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext">
<HealthServiceId>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceId$</HealthServiceId>
<HealthState>Error</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="ComputerDown"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>