Dispositivos de rede de Monitoramento de Rede com gerenciamento pendente

System.NetworkManagement.NetworkDevicesInPendingManagement (UnitMonitor)

Este monitor verifica se a Descoberta de Rede falhou para um número de dispositivos de rede.

Knowledge Base article:

Resumo

Os Dispositivos de Rede não puderam ser descobertos e estão com gerenciamento pendente.

Causas

Dispositivos de Rede com gerenciamento pendente podem indicar um problema com as credenciais SNMP fornecidas, latência de rede intermitente ou bloqueio inesperado do tráfego SNMP.

Resoluções

Verifique se suas credenciais SNM,P fornecidas durante a Descoberta de Rede, ainda são válidos. Certifique-se de que as regras de firewall não estão bloqueando o acesso SNMP para os dispositivos que estão sendo monitorados. Contate o administrador de rede para solução de problemas adicionais.

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
Os Dispositivos de Rede estão com gerenciamento pendente
Os Dispositivos de Rede não puderam ser descobertos e estão com gerenciamento pendente.
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>