Bijgewerkte resources beschikbaar

Microsoft.SystemCenter.VirtualMachineManager.UpdatedResourcesAvailableMonitor (UnitMonitor)

Hiermee wordt gecontroleerd of er een of meer bijgewerkte resources beschikbaar zijn voor een Virtual Machine Manager-service-exemplaar

Knowledge Base article:

Samenvatting

Er zijn bijgewerkte resources beschikbaar voor deze service.

Oorzaken

Er zijn bijgewerkte resources beschikbaar gemaakt voor deze service. De service moet worden bijgewerkt om te profiteren van de bijgewerkte resources.

Oplossingen

Werk de service bij met Virtual Machine Manager. Voer de cmdlet Get-SCNotifications PowerShell uit om de bijgewerkte resources voor deze services weer te geven.

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
Bijgewerkte resources zijn beschikbaar
Er zijn een of meer bijgewerkte bronnen beschikbaar voor de service {0}. Voer de volgende VMM-cmdlet uit om de beschikbare bijgewerkte resources weer te geven: 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>