Kemp - Collects VS Total Connections

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

Collects Kemp VS Total Connections

Knowledge Base article:

Summary

This rule collects Total Number of Connections for a Virtual Service. Data is gathered through OID .1.3.6.1.4.1.12196.13.1.1.16

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.TotalConnections.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.16.$Target/Property[Type="Network!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<ObjectName>Kemp VS</ObjectName>
<CounterName>Total Connections</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>