InsufficientFreeMemory de memoria AlteonSpMemory

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

Supervisa el porcentaje 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.AlteonSpMemory_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
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.AlteonSpMemory.Memory.InsufficientFreeMemory" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.AlteonSpMemory_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="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.1872.2.5.1.2.4.3.1.2.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.1872.2.5.1.2.4.3.1.3.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<Numerator>
<Product>
<NumericValue>
<Division>
<NumericValue>
<Subtraction>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.1872.2.5.1.2.4.3.1.2.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.1872.2.5.1.2.4.3.1.3.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
</Subtraction>
</NumericValue>
<NumericValue>
<Value>1024</Value>
</NumericValue>
</Division>
</NumericValue>
<NumericValue>
<Value>100.0</Value>
</NumericValue>
</Product>
</Numerator>
<Denominator>
<Division>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.1872.2.5.1.2.4.3.1.2.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<Value>1024</Value>
</NumericValue>
</Division>
</Denominator>
<DefaultValue>0.0</DefaultValue>
<Threshold>15</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Free Memory %</CounterName>
</Configuration>
</UnitMonitor>