Total Buffer Allocation Failures (Cosine)

System.NetworkManagement.Cosine.Memory.TotalBufferAllocationFailures (Rule)

Collects the total buffer allocation failures

Knowledge Base article:

Summary

This rule retrieves the total number of buffer allocation failures on this device.

Element properties:

TargetSystem.NetworkManagement.Cosine_Performance_Memory
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.ExtendedSnmpPerformanceProvider Default
CollectionFilter ConditionDetection System.NetworkManagement.ExpressionFilter Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="System.NetworkManagement.Cosine.Memory.TotalBufferAllocationFailures" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Cosine_Performance_Memory" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="System.NetworkManagement.ExtendedSnmpPerformanceProvider">
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<OID>.1.3.6.1.4.1.3085.3.1.5.2.1.29.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.LogicalDevice"]/Index$</OID>
<ObjectName>Memory</ObjectName>
<CounterName>Total Buffer Allocation Failures</CounterName>
</DataSource>
</DataSources>
<ConditionDetection ID="CollectionFilter" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression/>
<SuppressionSettings>
<MatchCount>3</MatchCount>
<SampleCount>3</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>