Detailed Network Discovery Events

System.NetworkManagement.Monitoring.CollectDetailedNetworkDiscoveryEvents (Rule)

Collects events logged by the network discovery module

Knowledge Base article:

Summary

This rule collects events logged by the network discovery module.

Element properties:

TargetSystem.NetworkManagement.NetworkDiscoveryServer
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="System.NetworkManagement.Monitoring.CollectDetailedNetworkDiscoveryEvents" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.NetworkDiscoveryServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName/>
<LogName>Operations Manager</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OpsMgr Network Discovery</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>