Successful Logins

Successful_Logins_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary
Number of successful login attempts since the last time the Double-Take service was restarted
 
© Double-Take Software, Inc., all rights reserved.

Element properties:

TargetDoubletake_SCOM2007.Double_Take_Servers_Installation
CategoryPerformanceHealth
EnabledFalse
Instance NameDouble-Take Security
Counter NameSuccessful logins
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{2B99E865-F229-4964-B2EE-0FEB2DE86DB7}';MOM2005ComputerGroupID={88BABFBC-4FEB-4677-B19B-8895F4712F4C}

Member Modules:

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

Source Code:

<Rule ID="Successful_Logins_1_Rule" Comment="Mom2005ID='{2B99E865-F229-4964-B2EE-0FEB2DE86DB7}';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="_A76991E7_8A17_4AD7_AC2E_3E3ECE575985_" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.Performance.FilteredDataProvider">
<ComputerName>$Target/Host/Property[Type="WindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Successful logins</CounterName>
<ObjectName>Double-Take Security</ObjectName>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Expression/>
</DataSource>
</DataSources>
<ConditionDetection ID="SimpleThresholdFilter" TypeID="PerformanceLibrary!System.Performance.SimpleThresholdCondition">
<Threshold>1024</Threshold>
<Operator>Greater</Operator>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="MomBackwardCompatibility!System.Mom.BackwardCompatibility.AlertResponse">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
<Owner/>
<Description>
$Data/ObjectName$
:
$Data/CounterName$
:
$Data/InstanceName$
value =
$Data/Value$
</Description>
<AlertLevel>50</AlertLevel>
<ResolutionState/>
<Source>
$Data/ObjectName$
:
$Data/CounterName$
:
$Data/InstanceName$
</Source>
<Name>Successful Logins</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
</WriteActions>
</Rule>