Set the "Computer Not Reachable" monitor to success

Microsoft.SystemCenter.ComputerUp.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 
ComputerUp WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext Default

Source Code:

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