네트워크 어댑터의 높은 입력 오류 비율 모니터(if-mib)

System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
ProbeDS DataSource System.NetworkManagement.SnmpPerformanceProvider.ifMIB.InputErrorRate Default
OperationStatusError ConditionDetection System.NetworkManagement.ExpressionFilter Default
OperationStatusSuccess ConditionDetection System.NetworkManagement.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$간격모니터 실행 간격(초)입니다.
NoOfRetriesint$Config/NoOfRetries$다시 시도 횟수작업 시간이 초과될 경우 해당 작업을 다시 시도하는 횟수입니다.
Timeoutint$Config/Timeout$시간 제한성능 작업이 시간 초과되기 전까지의 시간(밀리초)입니다.
Thresholdint$Config/Threshold$임계값성능 값이 측정되는 최소 임계값입니다.
NumberOfMatchesint$Config/NumberOfMatches$일치 수상태를 변경하기 전의 연속 일치 수입니다.

Source Code:

<UnitMonitorType ID="System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="MTSThresholdSuccess" NoDetection="false"/>
<MonitorTypeState ID="MTSThresholdError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="Interval" type="xsd:integer"/>
<xsd:element maxOccurs="1" name="NoOfRetries" type="xsd:unsignedInt"/>
<xsd:element maxOccurs="1" name="Timeout" type="xsd:unsignedInt"/>
<xsd:element minOccurs="1" name="NumberOfMatches" type="xsd:integer"/>
<xsd:element minOccurs="1" name="OIDifHCInUcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCInMulticastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifHCInBroadcastPkts" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifInDiscards" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifInErrors" type="xsd:string"/>
<xsd:element minOccurs="1" name="OIDifInUnknownProtos" type="xsd:string"/>
<xsd:element minOccurs="1" name="IsMIB2SNMP" type="xsd:string" default="false"/>
<xsd:element minOccurs="1" name="Threshold" type="xsd:double"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="NoOfRetries" Selector="$Config/NoOfRetries$" ParameterType="int"/>
<OverrideableParameter ID="Timeout" Selector="$Config/Timeout$" ParameterType="int"/>
<OverrideableParameter ID="Threshold" Selector="$Config/Threshold$" ParameterType="int"/>
<OverrideableParameter ID="NumberOfMatches" Selector="$Config/NumberOfMatches$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="ProbeDS" TypeID="System.NetworkManagement.SnmpPerformanceProvider.ifMIB.InputErrorRate">
<Interval>$Config/Interval$</Interval>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<OIDifHCInUcastPkts>$Config/OIDifHCInUcastPkts$</OIDifHCInUcastPkts>
<OIDifHCInMulticastPkts>$Config/OIDifHCInMulticastPkts$</OIDifHCInMulticastPkts>
<OIDifHCInBroadcastPkts>$Config/OIDifHCInBroadcastPkts$</OIDifHCInBroadcastPkts>
<OIDifInDiscards>$Config/OIDifInDiscards$</OIDifInDiscards>
<OIDifInErrors>$Config/OIDifInErrors$</OIDifInErrors>
<OIDifInUnknownProtos>$Config/OIDifInUnknownProtos$</OIDifInUnknownProtos>
<IsMIB2SNMP>$Config/IsMIB2SNMP$</IsMIB2SNMP>
</DataSource>
<ConditionDetection ID="OperationStatusSuccess" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>LessEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/Threshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfMatches$</MatchCount>
<SampleCount>$Config/NumberOfMatches$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<ConditionDetection ID="OperationStatusError" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Double">$Config/Threshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/NumberOfMatches$</MatchCount>
<SampleCount>$Config/NumberOfMatches$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="MTSThresholdError">
<Node ID="OperationStatusError">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MTSThresholdSuccess">
<Node ID="OperationStatusSuccess">
<Node ID="ProbeDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>