Operational Status

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

Shows the operational status of an interface.

Knowledge Base article:

Summary

Overall Operational Status Performance Rule Collects data for reporting purposes.

Causes

Overall Operational Status.

Resolutions

Overall Operational Status.

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.Interface.OperationalStatusMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Operational Status Alert
The operational status of this interface (down) does not match the intended status (up).
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.OperationalStatus" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.Interface.OperationalStatusMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.OperationalStatus.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="DeviceOperUpState" MonitorTypeStateID="OperationalUp" HealthState="Success"/>
<OperationalState ID="DeviceOperDownState" MonitorTypeStateID="OperationalDown" HealthState="Error"/>
</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>
</Configuration>
</UnitMonitor>