Memória Livre (Avaya)

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

Monitora a quantidade de memória livre no dispositivo de rede

Knowledge Base article:

Resumo

O monitor indica o nível de memória livre neste dispositivo. Este monitor tem dois estados possíveis:

Configuração

As seguintes opções podem ser configuradas neste monitor:

Opção

Definição

Padrão

Intervalo

Quantidade de tempo em segundos entre verificações do status do dispositivo

240 segundos

Número de novas tentativas

Número de tentativas em cada intervalo de monitoramento antes que o exemplo do intervalo seja descartado

3

Número de amostras

Número de exemplos consecutivos antes que o estado do monitor seja alterado

3

Tempo limite

Quantidade de tempo em milissegundos para esperar por uma resposta do dispositivo antes que o exemplo atinja o tempo limite e uma nova tentativa seja feita para exemplificar o valor

3.500 milissegundos

Limite

Porcentagem da memória livre restante

15

Causas

Este monitor entra em um estado de erro quando a quantidade de memória livre na interface é menor que o limite configurado. O padrão é 15%

Resoluções

Use o Gerenciador de Integridade para verificar os detalhes da alteração de estado na guia Eventos de Alteração de Estado do monitor. Esses dados mostram o valor do contador de desempenho calculado que causou a alteração no estado de integridade. Consulte a documentação do fabricante do dispositivo para obter mais informações sobre o problema e os procedimentos de solução.

Element properties:

TargetSystem.NetworkManagement.AvayaVPNetEnvMon_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 Memória Livre
A quantidade de memória livre em {0} está abaixo do limite. A memória livre está em {1}\%.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.AvayaVPNetEnvMon.Memory.InsufficientFreeMemory" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.AvayaVPNetEnvMon_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.1866.7.4.4.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.1866.7.4.4.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.1866.7.4.3.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<Numerator>
<Product>
<NumericValue>
<Subtraction>
<NumericValue>
<Product>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.1866.7.4.4.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<Value>1024</Value>
</NumericValue>
</Product>
</NumericValue>
<NumericValue>
<Product>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.1866.7.4.3.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<Value>1024</Value>
</NumericValue>
</Product>
</NumericValue>
</Subtraction>
</NumericValue>
<NumericValue>
<Value>100.0</Value>
</NumericValue>
</Product>
</Numerator>
<Denominator>
<Product>
<NumericValue>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.1866.7.4.4.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<Value>1024</Value>
</NumericValue>
</Product>
</Denominator>
<DefaultValue>0.0</DefaultValue>
<Threshold>15</Threshold>
<NumberOfSamples>3</NumberOfSamples>
<ObjectName>Memory</ObjectName>
<CounterName>Free Memory %</CounterName>
</Configuration>
</UnitMonitor>