動作状態

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

インターフェイスの動作状態を表示します。

Knowledge Base article:

概要

全体的な動作状態パフォーマンス ルールはレポート用のデータを収集します。

原因

全体的な動作状態。

解決方法

全体的な動作状態。

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
動作状態のアラート
このインターフェイス (非アクティブ) の動作状態は、目的の状態 (アクティブ) と一致しません。
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>