Monitor für die Kapazität der Speicherdateifreigabe

Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.ShareVolumeCapacityMonitor (UnitMonitor)

Knowledge Base article:

Zusammenfassung

Dieser Monitor zeigt an, ob die Kapazitätsauslastung des zugrunde liegenden Volumes dieser Dateifreigabe den Schwellenwert überschritten hat.

Ursachen

Dieser Monitor zeigt, dass das Dateifreigabeobjekt von VMM sich seiner Kapazität annähert. Normalerweise weist dies darauf hin, dass das Volume hinter der Dateifreigabe voll ist. Die Standardschwellenwerte liegen bei 80 % Verbrauch, was zu einem Warnstatus führt, und 90 % Verbrauch, was zu einem kritischen Status führt.

Lösungen

Fügen Sie der Dateifreigabe zusätzlichen Speicherplatz hinzu, oder verschieben Sie Ressourcen, die diese verwenden, zu einer anderen Freigabe.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Storage.FileShare
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.Storage.StorageLUNCapacityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Der Speicher der Dateifreigabe erreicht bald die Kapazitätsgrenze.

Die Dateifreigabe "{0}" unter "{1}" hat den kritischen Schwellenwert für ihre Speicherkapazität erreicht/überschritten.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.ShareVolumeCapacityMonitor" Accessibility="Public" Target="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StorageLUNCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.ShareVolumeCapacityMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare"]/SharePath$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ShareVolumeCapacityCritical" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="ShareVolumeCapacityWarning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="ShareVolumeCapacityHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>1800</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<TotalCapacity>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare"]/Capacity$</TotalCapacity>
<RemainingCapacity>$Target/Property[Type="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare"]/FreeSpace$</RemainingCapacity>
<WarningThreshold>80</WarningThreshold>
<CriticalThreshold>90</CriticalThreshold>
<ThinlyProvisioned>True</ThinlyProvisioned>
</Configuration>
</UnitMonitor>