Config Processed - Error

Microsoft.SystemCenter.HealthService.ConfigProcessed.Error (Rule)

Rule detecting that a given HealthService cannot process configuration that it received.. These configuration may have been part of a recently updated Management Pack.

Knowledge Base article:

Summary

This rule is used internally by OpsMgr. Overrides to this rule will cause behavior that may not be what you expect.

Causes

This section is not applicable to this rule.

Resolutions

There is no resolution to perform for this rule since it does not generate state or alerts.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentHealthService config processing

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.DataSource.Composite Default
WriteAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetConfigProcessedStateAction.Error Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.ConfigProcessed.Error" Comment="HealthService config processing" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup" ConfirmDelivery="true" Remotable="true" Priority="High" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.DataSource.Composite"/>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetConfigProcessedStateAction.Error"/>
</WriteActions>
</Rule>