Fan RollUp

AP.F5.Monitor.Fan.RollUp (DependencyMonitor)

Rolls up Fan Status to Fans Group

Knowledge Base article:

Summary

This monitor is the rollup monitor for all Device Fan availability monitors. If the state is unknown, either monitoring has not begun for this object or there are no monitors defined that monitor availability.

Causes

An unhealthy state for this monitor indicates some problem with one or more Fan availability monitors.

Resolutions

Use the health explorer to drill down and find the cause of the unhealthy state. Use the knowledge on the specific monitor causing the issue to troubleshoot and fix the problem.

Element properties:

TargetAP.F5.Device.FansGroup
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorAP.F5.Monitor.Fan.Status
RelationshipAP.F5.Device.FansGroup.HostsFans
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="AP.F5.Monitor.Fan.RollUp" Accessibility="Public" Enabled="true" Target="AP.F5.Device.FansGroup" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="AP.F5.Device.FansGroup.HostsFans" MemberMonitor="AP.F5.Monitor.Fan.Status">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>