挂起的管理中的网络监视网络设备

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>