Bytes in disk queue - Source

Bytes_in_disk_queue___Source_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary
The number of bytes in the source disk queue has exceeded a threshold
 
© Double-Take Software, Inc., all rights reserved.

Element properties:

TargetDoubletake_SCOM2007.Double_Take_Servers_Installation
CategoryPerformanceHealth
EnabledFalse
Instance NameDouble-Take Connection
Counter NameBytes in disk queue
Frequency300
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityLow
RemotableTrue
Alert Message
Bytes in disk queue - Source

$Data/ObjectName$
:
$Data/CounterName$
:
$Data/InstanceName$
value =
$Data/Value$
CommentMom2005ID='{8C1F0D11-15B6-4DE6-83F9-54848D40C90E}';MOM2005ComputerGroupID={88BABFBC-4FEB-4677-B19B-8895F4712F4C}

Member Modules:

ID Module Type TypeId RunAs 
_7888CE45_BF76_48FE_ACFB_87478D275FFC_ DataSource System.Mom.BackwardCompatibility.Performance.FilteredDataProvider Default
SimpleThresholdFilter ConditionDetection System.Performance.SimpleThresholdCondition Default
GenerateAlert WriteAction System.Mom.BackwardCompatibility.AlertResponse Default

Source Code:

<Rule ID="Bytes_in_disk_queue___Source_1_Rule" Comment="Mom2005ID='{8C1F0D11-15B6-4DE6-83F9-54848D40C90E}';MOM2005ComputerGroupID={88BABFBC-4FEB-4677-B19B-8895F4712F4C}" Enabled="false" Target="Doubletake_SCOM2007.Double_Take_Servers_Installation" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="_7888CE45_BF76_48FE_ACFB_87478D275FFC_" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.Performance.FilteredDataProvider">
<ComputerName>$Target/Host/Property[Type="WindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes in disk queue</CounterName>
<ObjectName>Double-Take Connection</ObjectName>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Expression/>
</DataSource>
</DataSources>
<ConditionDetection ID="SimpleThresholdFilter" TypeID="PerformanceLibrary!System.Performance.SimpleThresholdCondition">
<Threshold>2147483648</Threshold>
<Operator>Greater</Operator>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.AlertResponse">
<AlertGeneration>
<GenerateAlert>true</GenerateAlert>
<Owner/>
<Description>
$Data/ObjectName$
:
$Data/CounterName$
:
$Data/InstanceName$
value =
$Data/Value$
</Description>
<AlertLevel>30</AlertLevel>
<ResolutionState/>
<Source>
$Data/ObjectName$
:
$Data/CounterName$
:
$Data/InstanceName$
</Source>
<Name>Bytes in disk queue - Source</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
</WriteActions>
</Rule>