構成の処理 - エラー

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

このルールは、指定された System Center Management ヘルス サービスが、受信した構成を処理できないことを検出します。 この構成は、最近更新された管理パックの一部である可能性があります。

Knowledge Base article:

概要

このルールは、Operations Manager の内部で使用されます。 このルールを上書きすると、予期せぬ動作が起きる原因となる場合があります。

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>