Outbound Utilization (\%)

Microsoft.SystemCenter.NetworkDevice.Interface.OutboundUtilizationThresholdMonitor (UnitMonitor)

Performance health state monitor that will show error state and alert when percentage outbound utilization exceed the defined threshold

Knowledge Base article:

Summary

Inbound Utliization Threshold Monitor

Causes

The outbound utilization of this device has exceeded the specified threshold, indicating a high level of bandwidth usage. This is determined based on the total count of octets received in relation to the current or optimal bandwidth of the interface.

Below are the details of the Object Identifier (OID) that is queried via an SNMP GET

Object

OID

Description

ifOutOctets

.1.3.6.1.2.1.2.2.1.16

The total number of outbound octets received by the device, including framing characters.

Resolutions

Below are some basic troubleshooting steps

  1. Raise the threshold on the monitor. This will allow for better "tuning" of the application to your environment. Take care no to raise the threshold too much as this could allow important events to go unnoticed.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.Interface.UtilizationThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Outbound Utilization Exceeds Threshold
The percentage outbound utilization on this interface has exceeded the defined threshold.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.OutboundUtilizationThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.Interface.UtilizationThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.OutboundUtilizationThresholdMonitor.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>300</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.2.2.1.16.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>0</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>60</Threshold>
<Percent>true</Percent>
</Configuration>
</UnitMonitor>