Microsoft.IntelligencePacks.ProcessInvestigator.CollectRuleErrors (Rule)

Element properties:

TargetMicrosoft.Windows.Computer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.IntelligencePacks.ProcessInvestigator.CollectRuleErrors" Target="Windows!Microsoft.Windows.Computer" Enabled="true" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Monitoring!Microsoft.SystemCenter.CollectRuleErrors">
<RuleName>Microsoft.IntelligencePacks.ProcessInvestigator.AnalyzeProcess</RuleName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Types!Microsoft.SystemCenter.DiagnosticsInformationDataWriteAction"/>
</WriteActions>
</Rule>