Alerta de chequeo de estado regular para todos los componentes del sistema Lenovo

IBM.SystemX.ComponentHealth.AlertRule (Rule)

Regla de alerta de chequeo de estado regular para todos los componentes del sistema Lenovo del proveedor CIM

Knowledge Base article:

Summary

This rule is used to collect component health events.

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>