Монитор энергопотребления для Windows Server 2012

Microsoft.Windows.PowerManagement.2012.PowerConsumptionMonitor (UnitMonitor)

Отслеживает энергопотребление на компьютерах с Windows Server 2012.

Knowledge Base article:

Краткое описание

Данный монитор сравнивает текущее энергопотребления компьютеров с Windows Server 2012 с пороговым значением.

Решения

Выполните задачу, чтобы снизить бюджет питания или включить его восстановление. Вы также можете настроить пороговое значение, используемое монитором.

Element properties:

TargetMicrosoft.Windows.PowerManagement.2012.PowerSupply
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.PowerManagement.2012.PowerConsumptionMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Предупреждение монитора энергопотребления для Windows Server 2012
Энергопотребление превышает пороговое значение. Текущее энергопотребление: {0} ватт.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.PowerManagement.2012.PowerConsumptionMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.Windows.PowerManagement.2012.PowerSupply" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.PowerManagement.2012.PowerConsumptionMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.PowerManagement.2012.PowerConsumptionMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConditionFalse" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
<OperationalState ID="ConditionTrue" MonitorTypeStateID="ConditionTrue" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<UsePercentValue>true</UsePercentValue>
<Threshold>90</Threshold>
<NumSamples>5</NumSamples>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>