保留の管理中のネットワーク デバイスのネットワークの監視

System.NetworkManagement.NetworkDevicesInPendingManagement (UnitMonitor)

このモニターは複数のネットワーク デバイスでネットワーク検出が失敗したかどうかを確認します。

Knowledge Base article:

概要

ネットワーク デバイスを検出できず、保留の管理にあります。

原因

指定した SNMP 資格情報、ネットワークの断続的な遅延、SNMP トラフィックの予期しないブロックの問題が原因で、ネットワーク デバイスが保留の管理になることがあります。

解決方法

ネットワーク検出時に指定した SNMP 資格情報が有効であることを確認します。 監視されているデバイスへの SNMP アクセスが、ファイアウォールの規則によってブロックされていないことを確認します。 詳細なトラブルシューティングについては、ネットワーク管理者に問い合わせてください。

Element properties:

TargetSystem.NetworkManagement.NetworkDiscoveryServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.PercentageWithSingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
ネットワーク デバイスは保留の管理
ネットワーク デバイスを検出できず、保留の管理にあります。
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.NetworkDevicesInPendingManagement" Accessibility="Public" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.NetworkDiscoveryServer" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.PercentageWithSingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.NetworkDevicesInPendingManagement.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="InPendingManagement" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="InSuccessfullManagement" MonitorTypeStateID="ResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Percentage>10.00</Percentage>
<EventExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">12008</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OpsMgr Network Discovery</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<NumericValue>
<Summation>
<NumericValue>
<XPathQuery Type="UnsignedInteger">Params/Param[7]</XPathQuery>
</NumericValue>
<NumericValue>
<XPathQuery Type="UnsignedInteger">Params/Param[5]</XPathQuery>
</NumericValue>
</Summation>
</NumericValue>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</EventExpression>
<PercentageExpression>
<Product>
<NumericValue>
<Division>
<NumericValue>
<XPathQuery Type="Double">Params/Param[7]</XPathQuery>
</NumericValue>
<NumericValue>
<Summation>
<NumericValue>
<XPathQuery Type="Double">Params/Param[5]</XPathQuery>
</NumericValue>
<NumericValue>
<XPathQuery Type="Double">Params/Param[7]</XPathQuery>
</NumericValue>
</Summation>
</NumericValue>
</Division>
</NumericValue>
<NumericValue>
<Value Type="Double">100.0</Value>
</NumericValue>
</Product>
</PercentageExpression>
</Configuration>
</UnitMonitor>