Temp. Sensor RollUp

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

Rolls up TempSensor Status to TempSensors Group

Knowledge Base article:

Summary

This monitor is the rollup monitor for all Device Temperature Sensor 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 Temperature Sensor 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.TempSensorsGroup
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorAP.F5.Monitor.TempSensor.Temperature
RelationshipAP.F5.Device.TempSensorsGroup.HostsTempSensors
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

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