Collects NetMon data NetMon Data Source for the Network Monitoring Intelligence Pack

CollectNetMonInformation (Rule)

Collects NetworkMoitoring Intelligence Pack

Element properties:

TargetMicrosoft.Windows.Computer
CategoryCustom
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.IntelligencePacks.NetMonData.DataSource System.PrivilegedMonitoringAccount
WA WriteAction Microsoft.SystemCenter.NetworkMonitoringWriteAction Default

Source Code:

<Rule ID="CollectNetMonInformation" Target="Windows!Microsoft.Windows.Computer" Enabled="false" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.IntelligencePacks.NetMonData.DataSource" RunAs="System!System.PrivilegedMonitoringAccount">
<IntervalSeconds>60</IntervalSeconds>
<ServiceExecutablePath>$FileResource[Name="Res.NPMDAgent.exe"]/Path$</ServiceExecutablePath>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Types!Microsoft.SystemCenter.NetworkMonitoringWriteAction"/>
</WriteActions>
</Rule>