将 "Computer Not Reachable" 监视器设置为成功

Microsoft.SystemCenter.ComputerUp.SetComputerDownMonitor (WriteActionModuleType)

此写入操作用于促成“Computer Not Reachable”监视器的状态。

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>