使用可能なローカル メモリ (CNT Ultranet)

System.NetworkManagement.CNT_Ultranet.Local_Memory.InsufficientFreeMemory (UnitMonitor)

このデバイスのメモリの空き容量レベルを監視します。

Knowledge Base article:

概要

このモニターは、監視しているデバイスの空きメモリ容量のレベルを示します。モニターの状態は、次のいずれかになります。

構成

このモニターでは、次のオプションを構成できます。

オプション

定義

既定

間隔

デバイスの状態を確認する間隔 (秒)

240 秒

再試行回数

各監視期間内でサンプリングを中止するまでに再試行する回数

3

サンプル数

モニターの状態が変わるまでの連続サンプルの数

3

タイムアウト

値をサンプリングするときにデバイスからの応答を待つ時間。この時間が過ぎると、サンプリングがタイムアウトし、再びサンプリングが開始されます。

3,500 ミリ秒

しきい値

残りの空きメモリ容量の割合 (%)

15

原因

このモニターは、インターフェイスの空きメモリ容量が、構成されているしきい値を下回るとエラー状態になります。既定値は 15 % です。

解決方法

ヘルス エクスプローラーにあるモニターの [状態変更イベント] タブで、状態の変更の詳細を確認します。ここには、ヘルス状態が変わる原因になった、パフォーマンス カウンターの計算された値が示されています。問題の詳細と解決方法については、デバイスの製造元のドキュメントを参照してください。

Element properties:

TargetSystem.NetworkManagement.CNT_Ultranet_Local_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
空きメモリのアラート
{0} の空きメモリ容量がしきい値未満です。空きメモリ容量は {1}\% です。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.CNT_Ultranet.Local_Memory.InsufficientFreeMemory" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.CNT_Ultranet_Local_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.333.2.4.2.1.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
<SnmpVarBind>
<OID>.1.3.6.1.4.1.333.2.4.2.1.1.5.$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.333.2.4.2.1.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$"]/Value</XPathQuery>
</NumericValue>
<NumericValue>
<Value>100</Value>
</NumericValue>
</Product>
</Numerator>
<Denominator>
<XPathQuery Type="Double">SnmpVarBinds/SnmpVarBind[OID=".1.3.6.1.4.1.333.2.4.2.1.1.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>