System Center 2016 Virtual Machine Manager Bulutu CustomQuotaUsageCount

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

Özel bulutun özel kota kullanım sayısını izler

Knowledge Base article:

Özet

Bulut Özel Kota Kullanımı izleme, özel bulutta çalışan sanal makinelerin ve hizmet örneklerinin Özel Kota kullanımını izler. Özel Kota kullanımı tanımlanan özel bulut kapasitesine yaklaştığında, izleme uyarı durumuna veya kritik duruma geçer.

Nedenler

Özel buluttaki Özel Kota kullanımı, tanımlanmış özel kota kapasitesine yaklaşıyor. Varsayılan olarak, Özel Kota kullanımı özel bulut kapasitesinin %90'ını aştığında izleyici kritik duruma girecektir. Bu eşik geçersiz kılınabilir.

Çözümlemeler

İzlemeyi sağlıklı duruma döndürmek için şunları yapabilirsiniz:

Özel bulutun kapasite sınırlarını yeniden tanımlayın

Özel buluttaki Özel Kota kullanımını azaltın

İzleyicinin kritik eşiğini geçersiz kılın

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
Bulut CustomQuotaUsageCount Eşiğe Ulaştı veya Eşiği Aştı
Özel bulutun özel kota kullanım sayısı {0} ve belirtilen {1} eşiğine ulaştı veya bu eşiği aştı
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>