System Center 2016 Virtual Machine Manager Gebruikt aangepast aantal cloudquota

Microsoft.SystemCenter.VirtualMachineManager.2016.CloudCustomQuotaUsageCountMonitor (UnitMonitor)

Hiermee wordt het gebruikte aangepaste aantal cloudquota bewaakt

Knowledge Base article:

Samenvatting

De monitor Gebruikt aangepast aantal cloudquota houdt het gebruik van de aangepaste quota bij voor de virtuele machines en service-exemplaren in de privécloud. Als het gebruikte aantal aangepaste quota de gedefinieerde privécloudcapaciteit nadert, krijgt de monitor de status Waarschuwing of Kritiek.

Oorzaken

Het gebruikte aantal aangepaste quota in de privécloud nadert de gedefinieerde privécloudcapaciteit. Als het gebruikte aantal aangepaste quota hoger wordt dan 90% van de privécloudcapaciteit, krijgt de monitor standaard de status Kritiek. Deze drempelwaarde kan worden overschreven.

Oplossingen

U kunt het volgende doen om de status van de monitor in orde te maken:

Geef nieuwe limieten voor de privécloudcapaciteit op

Verlaag het gebruik van de aangepaste quota binnen de privécloud

Overschrijf de drempelwaarde Kritiek van de monitor

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.PrivateCloud
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2016.CloudUsageUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Gebruikt aangepast aantal cloudquota heeft drempel bereikt of overschreden
Het gebruikte aangepaste aantal cloudquota is {0} en heeft de opgegeven drempelwaarde {1} bereikt of overschreden
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2016.CloudCustomQuotaUsageCountMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2016.CloudUsageUnitMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.CloudCustomQuotaUsageCountMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud"]/VMMId$-CustomQuotaUsage']$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud"]/VMMId$-CriticalThreshold']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="CloudCustomQuotaUsageCountHealthy" MonitorTypeStateID="CloudUsageHealthy" HealthState="Success"/>
<OperationalState ID="CloudCustomQuotaUsageCountCritical" MonitorTypeStateID="CloudUsageCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<CriticalThreshold>90</CriticalThreshold>
<PropertyValue/>
<VMMId>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud"]/VMMId$-CustomQuotaUsage</VMMId>
<VMMServer>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud"]/VMMServer$</VMMServer>
</Configuration>
</UnitMonitor>