System Center 2012 Virtual Machine Manager クラウド StorageUsageGB

Microsoft.SystemCenter.VirtualMachineManager.2012.CloudStorageUsageGBMonitor (UnitMonitor)

プライベート クラウドの記憶域使用量 (ギガバイト単位) を監視します

Knowledge Base article:

サマリー

クラウド記憶域使用率モニターは、プライベート クラウドで実行されているバーチャル マシンとサービス インスタンスの記憶域使用量 (ギガバイト単位) を追跡します。記憶域使用率が、定義されているプライベート クラウドの容量に近づくと、モニターが警告状態または重大な状態に変わります。

原因

プライベート クラウド内の記憶域使用率が、定義されているクラウドの容量に近づいています。既定では、記憶域使用率がプライベート クラウドの容量の 80% を超えるとモニターが警告状態に変わり、記憶域使用率がプライベート クラウドの容量の 90% を超えるとモニターが重大な状態に変わります。これらの各しきい値は上書き可能です。

解決方法

モニターを正常な状態に戻すには、次の操作を行います。

プライベート クラウドの容量の限度を再定義します

プライベート クラウド内の記憶域使用率を下げます

モニターの警告しきい値と重大しきい値を上書きします

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.2012.CloudUsageUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
クラウドの StorageUsageGB はしきい値以上
プライベート クラウドの記憶域使用量 (ギガバイト単位) は {0} で、指定のしきい値 {1} 以上です
RunAsDefault

Source Code:

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