요청 시 커넥터 상태 성공

Microsoft.SystemCenter.HealthService.ConnectorHealth.OnDemand.Success (Rule)

System Center 관리 상태 서비스에서 이벤트 로그에 기록할 수 있는지 여부를 경고하는 규칙입니다.

Knowledge Base article:

요약

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

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource Default
WriteAction WriteAction Microsoft.SystemCenter.HealthService.ConnectorHealth.SetEventLogMonitorStates.Success Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.ConnectorHealth.OnDemand.Success" 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.ConnectorHealth"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthService.ConnectorHealth.SetEventLogMonitorStates.Success"/>
</WriteActions>
</Rule>