This rule saves Process Network Port information to the SCOM data warehouse. To start information collection, make sure that “Process Monitoring: Network Port State Collection” rule is enabled.
This rule saves Process Network Port information to the SCOM data warehouse. To start information collection, make sure that “Process and Port Monitoring: Network Port State Collection” rule is enabled.
Target | Microsoft.SystemCenter.HealthService |
Category | Custom |
Enabled | False |
Alert Generate | False |
Remotable | True |
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 |
<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>