Monitor de verificação de funcionamento regular para todos os componentes do Lenovo System

IBM.SystemX.ComponentHealth.AlertRule (Rule)

Regra do monitor de verificação de funcionamento regular para todos os componentes do Lenovo System do CIM Provider

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>