Regular health checkup monitor for Lenovo System cooling fan condition

IBM.SystemX.CoolingFan.ComponentHealth (UnitMonitor)


Regular health checkup monitor for Lenovo System cooling fan condition

Element properties:

TargetIBM.SystemX.CoolingFan
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeIBM.HwComponents.Health.MonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="IBM.SystemX.CoolingFan.ComponentHealth" Accessibility="Public" Enabled="true" Target="IBM.SystemX.CoolingFan" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="IBM.HwComponents.Health.MonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Critical" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>7200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ComponentID>$Target/Property[Type="IBM.SystemX.HWComponent"]/InstanceID$</ComponentID>
</Configuration>
</UnitMonitor>