Kemp - Collects VS Total Outgoing Packets

QND.Network.Kemp.LoadMaster.IPVS.TotalOutgoingPackets.Rule (Rule)

Collects Kemp VS Total Outgoing Packets

Knowledge Base article:

Summary

This rule collects Total Number of Outgoing Packets for a Virtual Service. Data is gathered through OID .1.3.6.1.4.1.12196.13.1.1.18

Element properties:

TargetQND.Network.Kemp.LoadMaster.IPVS
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.ExtendedSnmpPerformanceProvider Default
CD ConditionDetection System.Performance.OptimizedCollectionFilter Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="QND.Network.Kemp.LoadMaster.IPVS.TotalOutgoingPackets.Rule" Target="QND.Network.Kemp.LoadMaster.IPVS" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="NetworkMonitoring!System.NetworkManagement.ExtendedSnmpPerformanceProvider">
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<OID>.1.3.6.1.4.1.12196.13.1.1.18.$Target/Property[Type="Network!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<ObjectName>Kemp VS</ObjectName>
<CounterName>Total Outgoing Packets</CounterName>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="Perf!System.Performance.OptimizedCollectionFilter">
<Tolerance>10</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>6</MaximumSampleSeparation>
<SamplingPeriodInSeconds>300</SamplingPeriodInSeconds>
</ConditionDetection>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="DW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>