AD 복제 모니터링 성능 수집(원본)

AD_Replication_Monitoring.Helper1 (Rule)

원본 DC에서 이 규칙을 사용하도록 설정합니다(자세한 내용은 규칙 기술 자료 참조).

Knowledge Base article:

요약

AD 복제 모니터링 성능 수집(원본)입니다. 이 규칙은 기본적으로 사용하지 않도록 설정되어 있습니다. 선택한 원본 도메인 컨트롤러에서 이 규칙을 활성화하여 성능 수집을 설정합니다. 복제 대상 DC에서 해당(대상) 규칙이 사용되도록 설정되었는지 확인합니다.

구성

이 규칙은 기본적으로 사용하지 않도록 설정되어 있습니다. 복제 성능 수집에 대한 자세한 내용은 AD MP 가이드를 참조하십시오.

Element properties:

TargetMicrosoft.Windows.Server.2003.AD.DomainControllerRole
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource AD_Replication_Monitoring_Helper.DataSource Default
WA WriteAction AD_Replication_Monitoring_Helper1.WriteAction Default

Source Code:

<Rule ID="AD_Replication_Monitoring.Helper1" Enabled="false" Target="AD2003Core!Microsoft.Windows.Server.2003.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="AD_Replication_Monitoring_Helper.DataSource">
<IntervalSeconds>3600</IntervalSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="AD_Replication_Monitoring_Helper1.WriteAction">
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>