Dependency monitor for FC Adapter port stats

QLogic.FC.MP.AdapterStatsMonitor (DependencyMonitor)

Knowledge Base article:

Summary

Dependency monitor for FC Adapter port stats

Configuration

No configuration is required.

Element properties:

TargetQLogic.FC.MP.Adapter
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
Source MonitorSystem.Health.PerformanceState
RelationshipQLogic.FC.MP.AdapterContainsPort
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityInternal
Alert Message
FC Adapter Stats Monitor
The adapter with serial number {0} has reached a significant issue. Please check the Operations Management event log for more details.

Source Code:

<DependencyMonitor ID="QLogic.FC.MP.AdapterStatsMonitor" Accessibility="Internal" Enabled="true" Target="QLogic.FC.MP.Adapter" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" RelationshipType="QLogic.FC.MP.AdapterContainsPort" MemberMonitor="Health!System.Health.PerformanceState">
<Category>Custom</Category>
<AlertSettings AlertMessage="QLogic.FC.MP.AdapterStatsMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="QLogic.FC.MP.Adapter"]/SerialNumber$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>