Memoria libre (Huawei MA56XX)

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

Supervisa el nivel de memoria libre en este dispositivo

Knowledge Base article:

Resumen

El monitor indica el nivel de memoria libre en este dispositivo. Este monitor tiene dos estados posibles:

Configuración

En este monitor, pueden configurarse las opciones siguientes:

Opción

Definición

Valor predeterminado

Intervalo

Cantidad de tiempo, en segundos, entre comprobaciones del estado del dispositivo

240 segundos

Cantidad de reintentos

Cantidad de intentos en cada intervalo de supervisión antes de que se descarte la muestra del intervalo

3

Número de muestras

Cantidad de muestras consecutivas antes de que el monitor cambie el estado

3

Tiempo de espera

Cantidad de tiempo, en milisegundos, para esperar una respuesta del dispositivo antes de que se agote el tiempo de espera de la muestra y se vuelva a intentar obtener una muestra del valor

3.500 milisegundos

Umbral

Porcentaje de memoria libre restante

15

Causas

Este monitor entra en estado de error cuando la cantidad de memoria libre en la interfaz es menor que el umbral configurado. El valor predeterminado es 15%

Soluciones

Use el explorador de estado para comprobar los detalles del cambio de estado en la ficha Eventos de cambio de estado del monitor. Estos datos muestran el valor del contador de rendimiento calculado que provocó el cambio de estado. Consulte la documentación del fabricante del dispositivo para obtener más información sobre el problema y los procedimientos para resolverlo.

Element properties:

TargetSystem.NetworkManagement.HuaweiMA56XX_Performance_Memory
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.ComputedLowThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Alerta de memoria libre
La cantidad de memoria libre en {0} está por debajo del umbral. La memoria libre es del {1}\%.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.HuaweiMA56XX.Memory.InsufficientFreeMemory" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.HuaweiMA56XX_Performance_Memory" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.ComputedLowThresholdMonitorType" 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="OverThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<SnmpVarBinds>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.2011.2.6.7.1.1.2.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<ComputedPerformanceValue>
<Subtraction>
<NumericValue>
<Value>100</Value>
</NumericValue>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.2011.2.6.7.1.1.2.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
</Subtraction>
</ComputedPerformanceValue>
<Threshold>15</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Free Memory %</CounterName>
</Configuration>
</UnitMonitor>