プロセス監視:プロセス ネットワーク ポートの配信登録

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>