Degraded Minutes

Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.DMThresholdMonitor (UnitMonitor)

Knowledge Base article:

요약

Degraded Minutes 임계값 모니터입니다. 이 모니터는 이전 15분 간격 동안 인터페이스에서 발생한 Degraded Minutes 수를 가져오도록 구성되어 있습니다.

원인

다음은 SNMP GET을 통해 쿼리되는 OID(개체 식별자) 정보입니다.

개체

OID

설명

dsx1IntervalDMs

1.3.6.1.2.1.10.18.8.1.11

Degraded Minute은 예상 오류 횟수가 1E-6은 초과하지만 1E-3은 초과하지 않는 시간입니다. 이 시간은 모든 가용 시간(초)을 수집한 다음 Severely Errored Seconds를 제거하여 결과를 60초 단위의 그룹으로 그룹화하고 해당 시간 동안 그룹 내에서 누적된 오류가 1E-6을 초과하는 경우 해당 60초 단위 그룹(분)을 저하 시간으로 계산하는 방식으로 결정됩니다.

이 구성은 RFC 1406에 정의되어 있습니다.

다음과 같은 경우에 이러한 문제가 발생할 수 있습니다.

해결

다음은 일부 기본적인 문제 해결 단계입니다.

다른 오류의 수를 확인하여 오류 발생 시간(분)을 생성하는 원인을 파악합니다.

모니터의 임계값을 높입니다. 그러면 환경 내의 응용 프로그램을 보다 효율적으로 "조정"할 수 있습니다. 중요한 이벤트가 기록되지 않을 수도 있으므로 임계값을 너무 높게 설정하지는 않도록 합니다.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.DS1E1
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.SnmpThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Degraded Minutes 임계값 초과
이 인터페이스의 DM(Degraded Minutes) 수가 이전 15분 간격 동안 지정된 임계값을 초과했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.DMThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.DS1E1.DMThresholdMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="BelowThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="AboveThreshold"/>
</OperationalStates>
<Configuration>
<Interval>180</Interval>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.2.1.10.18.8.1.11.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$.1</OID>
<Syntax>2</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>0</Threshold>
</Configuration>
</UnitMonitor>