프로세스 모니터링: 프로세스 네트워크 포트 구독

Microsoft.Windows.Server.10.0.Process.PortSubscription.Rule (Rule)

이 규칙은 프로세스 네트워크 포트 정보를 SCOM 데이터 웨어하우스에 저장합니다. 정보 수집을 시작하려면 "프로세스 모니터링: 네트워크 포트 상태 수집" 규칙을 사용하도록 설정해야 합니다.

Knowledge Base article:

요약

이 규칙은 프로세스 네트워크 포트 정보를 SCOM 데이터 웨어하우스에 저장합니다. 정보 수집을 시작하려면 "프로세스 및 포트 모니터링: 네트워크 포트 상태 수집" 규칙을 사용하도록 설정해야 합니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Subscribe DataSource Microsoft.Windows.Server.10.0.Port.DWSubscription.DataSource Default
WA WriteAction Microsoft.Windows.Server.10.0.Process.PortDW.WriteAction Default

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.Process.PortSubscription.Rule" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Subscribe" TypeID="Microsoft.Windows.Server.10.0.Port.DWSubscription.DataSource">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>$MPElement[Name="Microsoft.Windows.Server.10.0.Process.Ports.Collection"]$</ChannelId>
<DropItems>false</DropItems>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.10.0.Process.PortDW.WriteAction" Target="SCDW!Microsoft.SystemCenter.DataWarehouseConnectorServer"/>
</WriteActions>
</Rule>