Monitoring - ATA events

Microsoft.SystemCenter.ATAEvents.CollectRuleErrors (Rule)

Collects error events from ATA events rules for monitoring purposes

Element properties:

TargetMicrosoft.Windows.Computer
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.CollectRuleErrors Default
WA WriteAction Microsoft.SystemCenter.DiagnosticsInformationDataWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ATAEvents.CollectRuleErrors" Target="Windows!Microsoft.Windows.Computer" Enabled="false" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS1" TypeID="Monitoring!Microsoft.SystemCenter.CollectRuleErrors">
<RuleName>Microsoft.SystemCenter.CollectATAEvents</RuleName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="IPTypes!Microsoft.SystemCenter.DiagnosticsInformationDataWriteAction"/>
</WriteActions>
</Rule>