Wolna pamięć (UCD Real)

System.NetworkManagement.UCD_Real.Memory.InsufficientFreeMemory (UnitMonitor)

Monitoruje ilość wolnej pamięci na urządzeniu sieciowym

Knowledge Base article:

Podsumowanie

Monitor wskazuje poziom wolnej pamięci w tym urządzeniu. Ten monitor może mieć dwa stany:

Konfiguracja

W tym monitorze można skonfigurować następujące opcje:

Opcja

Definicja

Domyślne

Interwał

Czas (w sekundach) między każdym sprawdzeniem stanu urządzenia

240 sekund

Liczba powtórzeń

Liczba prób w każdym interwale monitorowania, po której próbka z tego interwału zostaje odrzucona

3

Liczba próbek

Liczba kolejnych próbek przed zmianą stanu przez monitor

3

Limit czasu

Czas (w milisekundach) oczekiwania na odpowiedź urządzenia, jaki musi minąć, nim upłynie limit czasu próbki i zostanie wykonane kolejne próbkowanie wartości

3500 milisekund

Próg

Procent pozostałej wolnej pamięci

15

Przyczyny

Ten monitor przechodzi do stanu błędu, gdy ilość wolnej pamięci interfejsu jest mniejsza od skonfigurowanego progu. Wartość domyślna wynosi 15%

Rozwiązania

Szczegółowe informacje o zmianie stanu monitora są dostępne na karcie „Zdarzenia zmiany stanu” w Eksploratorze kondycji. Te dane pokazują obliczoną wartość licznika wydajności, która spowodowała zmianę stanu kondycji. Więcej informacji o problemie i sposobach jego rozwiązania znajdziesz w dokumentacji dostarczonej przez producenta urządzenia.

Element properties:

TargetSystem.NetworkManagement.UCD_Real_Performance_Memory
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ComputedLowThresholdMonitorType.Division
RemotableTrue
AccessibilityPublic
Alert Message
Alert dotyczący wolnej pamięci
Ilość wolnej pamięci na urządzeniu {0} nie przekracza skonfigurowanej wartości progowej. Wartość wolnej pamięci wynosi {1}\%.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.UCD_Real.Memory.InsufficientFreeMemory" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.UCD_Real_Performance_Memory" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ComputedLowThresholdMonitorType.Division" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.Memory.InsufficientFreeMemory.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<SnmpVarBinds>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.2021.4.5.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.2021.4.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<Numerator>
<Product>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.2021.4.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<Value>100.0</Value>
</NumericValue>
</Product>
</Numerator>
<Denominator>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.2021.4.5.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</Denominator>
<DefaultValue>0.0</DefaultValue>
<Threshold>15</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Free Memory %</CounterName>
</Configuration>
</UnitMonitor>