Ağ Bulma Olayları

System.NetworkManagement.Monitoring.CollectNetworkDiscoveryEvents (Rule)

Ağ bulma modülü tarafından günlüğe kaydedilen olayları toplar

Knowledge Base article:

Özet

Bu kural, ağ bulma modülü tarafından kaydedilen olayları toplar.

Element properties:

TargetSystem.NetworkManagement.NetworkDiscoveryServer
CategoryEventCollection
EnabledTrue
Event SourceOpsMgr Network Discovery
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.CollectNetworkDiscoveryEvents" 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>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OpsMgr Network Discovery</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(12001|12002|12008)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectEvent"/>
</WriteActions>
</Rule>