Fibre Channel Switch Dependency Monitor

UCPManagementPack.FibreChannelSwitchDependencyMonitor (DependencyMonitor)

Description for new dependency monitor.

Knowledge Base article:

Summary

This monitor is an availability monitor for Fibre Channel switches in a UCP Director. If the state is Warning or Error, there could be an issue with the switch or with a related Fibre Channel Switch Port.

Causes

A warning or error for the Fibre Channel Switch can be caused by a problem with Fan or Power Supply availability, Temperature running high, or issues within a related Fibre Channel switch port operational status.

Resolutions

Please check specific Fibre Channel Switch in UCP Director for details.

Element properties:

TargetUCPManagementPack.FibreChannel
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorUCPManagementPack.FibreChannelUnitMonitor
RelationshipUCPManagementPack.FibreChannelSwitchHostingFibreChannelSwitchPort
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityInternal
Alert Message
Fibre Channel Switch failed health check

Source Code:

<DependencyMonitor ID="UCPManagementPack.FibreChannelSwitchDependencyMonitor" Accessibility="Internal" Enabled="true" Target="UCPManagementPack.FibreChannel" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="UCPManagementPack.FibreChannelSwitchHostingFibreChannelSwitchPort" MemberMonitor="UCPManagementPack.FibreChannelUnitMonitor" RunAs="System!System.PrivilegedMonitoringAccount">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="UCPManagementPack.FibreChannelSwitchDependencyMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>