Доступны обновленные ресурсы

Microsoft.SystemCenter.VirtualMachineManager.UpdatedResourcesAvailableMonitor (UnitMonitor)

Отслеживает наличие обновленных ресурсов для экземпляра службы Virtual Machine Manager

Knowledge Base article:

Сводка

Для данной службы доступны обновленные ресурсы.

Причины

Для данной службы появились обновленные ресурсы. Для использования этих ресурсов необходимо обновить службу.

Решения

Обновите службу с помощью Virtual Machine Manager. Чтобы увидеть список обновленных ресурсов для данной службы, запустите командлет Get-SCNotifications из оболочки PowerShell.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.Service
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.TwoStatesMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Доступны обновленные ресурсы
Для службы {0} имеются обновленные ресурсы. Для просмотра доступных ресурсов выполните следующий командлет VMM: Get-SCService -Name "{0}" | Get-SCNotifications
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.UpdatedResourcesAvailableMonitor" Accessibility="Public" Target="VMMDiscovery!Microsoft.SystemCenter.VirtualMachineManager.Discovery.Service" TypeID="Microsoft.SystemCenter.VirtualMachineManager.TwoStatesMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.UpdatedResourcesAvailable.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NoUpdatedResources" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="UpdatedResources" MonitorTypeStateID="Error" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>7200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ErrorExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.Service"]/NotificationsAvailable$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</ErrorExpression>
<SuccessExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.Service"]/NotificationsAvailable$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">false</Value>
</ValueExpression>
</SimpleExpression>
</SuccessExpression>
</Configuration>
</UnitMonitor>