詳細網路探索事件

System.NetworkManagement.Monitoring.CollectDetailedNetworkDiscoveryEvents (Rule)

收集網路探索模組所記錄的事件

Knowledge Base article:

摘要

此規則會收集網路探索模組所記錄的事件。

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>