Tárolófájl megosztásának kapacitásfigyelője

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

Knowledge Base article:

Összefoglalás

Ez a figyelő akkor jelez, ha a fájlmegosztást tároló kötet kapacitáskihasználtsága átlépi a küszöbértéket.

Okok

Ez a figyelő akkor jelez, ha a VMM FileShare objektumának kihasználtsága megközelíti a maximális kapacitásértéket. Ez általában azt jelzi, hogy a fájlmegosztást tároló kötet kezd megtelni. Az alapértelmezett küszöbértékek a következők: 80%-os kihasználtság esetén figyelmeztetési állapot, 90%-os kihasználtság esetén pedig kritikus állapot.

Megoldások

A fájlmegosztás területének bővítése vagy a fájlmegosztást használó erőforrások áthelyezése egy másik megosztásba.

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.2016.StorageLUNCapacityMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
A fájlmegosztás hamarosan eléri maximális tárolókapacitását.

A(z) {0} fájlmegosztás (hely: {1}) elérte vagy túllépte tárolókapacitása kritikus küszöbértékét.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.2016.FileShare.ShareVolumeCapacityMonitor" Accessibility="Public" Target="SL!Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" TypeID="Microsoft.SystemCenter.VirtualMachineManager.Storage.2016.StorageLUNCapacityMonitorType" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.Storage.2016.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>