네트워크 모니터링 SNMP 트랩 포트가 이미 다른 프로그램에 사용되고 있음

System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor (UnitMonitor)

이 모니터는 SNMP 트랩 포트에 대해 실패한 네트워크 검색이 이미 다른 프로그램에 사용되고 있는지 여부를 확인합니다.

Knowledge Base article:

요약

SNMP 트랩 포트(162)가 다른 프로그램에 이미 사용되고 있습니다.

원인

네트워크 장치를 모니터링하고 SNMP 트랩을 수집하려면 SNMP 트랩 포트를 단독으로 사용해야 합니다. 다른 SNMP 서비스에서 현재 포트를 사용 중인 경우 문제가 발생할 수 있습니다.

해결 방법

다른 SNMP 서비스를 제거하거나 사용하지 않도록 설정합니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
네트워크 모니터링 SNMP 트랩 포트가 이미 다른 프로그램에 사용되고 있음
네트워크 모니터링 SNMP 트랩 포트가 이미 다른 프로그램에 사용되고 있음
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor" Accessibility="Public" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.HealthService" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.SNMPTrapPortAlreadyInUse.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SNMPTrapPortAvailable" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="SNMPTrapPortAlreadyInUse" MonitorTypeStateID="EventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName/>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">12300</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>