Задать для монитора "Компьютер недоступен" состояние "Ошибка"

Microsoft.SystemCenter.ComputerDown.SetComputerDownMonitor (WriteActionModuleType)

Это действие записи используется для задания состояния монитора "Компьютер недоступен".

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>