Regular health checkup Alert for all Lenovo System components

IBM.SystemX.ComponentHealth.AlertRule (Rule)

Regular health checkup Alert rule for all Lenovo System components from the CIM Provider

Element properties:

TargetIBM.SystemX.BaseSystem
CategoryAlert
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource IBM.Windows.WmiEventProvider.EventProvider3 Default
Alert WriteAction IBM.ComponentHealth.WriteAlert Default

Source Code:

<Rule ID="IBM.SystemX.ComponentHealth.AlertRule" Enabled="false" Target="IBM.SystemX.BaseSystem" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="IBM.Windows.WmiEventProvider.EventProvider3">
<!--<Expression />-->
<IntervalSeconds>7200</IntervalSeconds>
<TimeoutSeconds>180</TimeoutSeconds>
<!--<EventLevel>0</EventLevel>-->
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="IBM.ComponentHealth.WriteAlert">
<AlertMessageId>$MPElement[Name="IBM.SystemX.ComponentHealth.AlertRule.AlertMessageID"]$</AlertMessageId>
<Severity>$Data/EventData/DataItem/Property[@Name='AlertSeverity']$</Severity>
</WriteAction>
</WriteActions>
</Rule>