요청 시 작업 계정 구성 - 오류

Microsoft.SystemCenter.HealthService.ActionAccountConfigured.OnDemand.Error (Rule)

지정된 Health Service가 실행 계정을 사용할 수 없음을 감지하는 규칙입니다. 작업 계정이 손상되었거나 만료되었을 때 발생할 수 있습니다.

Knowledge Base article:

요약

이 규칙은 OpsMgr에서 내부적으로 사용됩니다. 이 규칙을 재정의하면 예상과 다른 동작이 발생합니다.

원인

이 규칙에 해당되지 않는 섹션입니다.

해결

상태나 경고를 생성하는 규칙이 아니므로 해결 방법이 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentHealthService Action Account configured

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.ActionAccountConfigured.OnDemand.Error" Comment="HealthService Action Account configured" 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.Composite.OnDemand.DataSource">
<MonitorId>$MPElement[Name="Microsoft.SystemCenter.HealthService.ActionAccountConfigured"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetActionAccountConfiguredStateAction.Error"/>
</WriteActions>
</Rule>