Welcome to TechNet Blogs Sign in | Join | Help

A tidbit on tuning some Self-Tuning threshold monitors

I wrote up a blog post long ago on loving and hating STT (Self Tuning Threshold) Monitors HERE

 

This is something I noticed in R2…. I don't remember seeing this in SP1 before…

 

I was getting some alert noise on my Windows Server 2008 Terminal Server – from the “Total Number of Active Sessions” monitor.  This is a self-tuning threshold monitor that examines the active session count from perfmon, and will alert if it goes outside the calculated baseline.  This is cool – however – my Terminal Server goes from having nobody connected (zero) to as many at 8 connected.  Well – any counter that is often, or regularly at “zero” is not a good candidate for a self-tuning threshold monitor – because the monitor will be noisy.  So – I disabled this monitor… since I don't care.  If I did care – I would just create my own static threshold monitor.

 

image

 

 

Well – as soon as I did that – I started seeing this event in the agent event logs:

 

Log Name:         Operations Manager
Source:              Health Service Modules
Date:                  7/31/2009 11:13:46 AM
Event ID:           10123
Task Category:  None
Level:                 Error
Keywords:          Classic
User:                  N/A
Computer:          OMTERM.opsmgr.net
Description:
Duplicate Signature ID usage detected for STT Signature ID: 'SignatureID:[Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer.InactiveSessions.Sig]\{697C0377-22AB-4C10-F23D-A353A58DB35E}'. The STT Rule and monitor for this ID  might differ in configuration - please reconcile the settings.  
Alternately, this Signature ID may already be in use. Assign a previously unused Signature ID for this STT Rule/Monitor.
Module will be unloaded.
Signature ID: 'SignatureID:[Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer.InactiveSessions.Sig]\{697C0377-22AB-4C10-F23D-A353A58DB35E}'

Workflow name: Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TerminalServer.InactiveSessions.BaselineCollection
Instance name: Terminal Server
Instance ID: {697C0377-22AB-4C10-F23D-A353A58DB35E}
Management group: PROD1

I was getting these every time there was a config update on the agent!  (picture below filtered for this event ID only)

 

image

 

 

What this is saying – is basically that all Self-Tuning Threshold monitors have a corresponding rule that goes with them – and there is a mismatch between the configuration of rule and monitor. 

So – in this case – I need to go find the corresponding rule (general will have the same/similar name) and set the overrids on that rule to be the same (disabled in this case)  Most of the time you can search on “Baseline” or “Collection” to find them… and they will target the same class as the monitor:

 

image

 

Once I set this override – those events go away on my agents and all is well in OpsMgrLand again.  Time to hit the Relax button.

 

image

Published Friday, July 31, 2009 6:48 PM by kevinhol
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: A tidbit on tuning some Self-Tuning threshold monitors

Tuesday, November 17, 2009 9:17 AM by Elizabeth

Hello!

I have SCOM r2 and I creates a simple mgmt pack with only one baseline sel tuning threshold monitor.

Natively (when I created the Monitor) the InnerSensitivity of the Monitor corresponds to the Sensitivity of the Rule while the OuterSensitivity of the Monitor is greater than the InnerSensitivity therefore I did not need the overrides.

Also in this case I get the error message with source "Health Service Modules" and Event Id "10123". Why?

Here you have the mgmt pack. Please, help me or I will start to cry very loud!

<?xml version="1.0" encoding="utf-8"?><ManagementPack ContentReadable="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

 <Manifest>

   <Identity>

     <ID>PoC.STT.LowS</ID>

     <Version>1.0.0.4</Version>

   </Identity>

   <Name>PoC.STT.LowS</Name>

   <References>

     <Reference Alias="Windows">

       <ID>Microsoft.Windows.Library</ID>

       <Version>6.1.7221.0</Version>

       <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>

     </Reference>

     <Reference Alias="System">

       <ID>System.Library</ID>

       <Version>6.1.7221.0</Version>

       <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>

     </Reference>

     <Reference Alias="SC">

       <ID>Microsoft.SystemCenter.Library</ID>

       <Version>6.1.7221.0</Version>

       <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>

     </Reference>

     <Reference Alias="Health">

       <ID>System.Health.Library</ID>

       <Version>6.1.7221.0</Version>

       <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>

     </Reference>

     <Reference Alias="Performance">

       <ID>System.Performance.Library</ID>

       <Version>6.1.7221.0</Version>

       <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>

     </Reference>

   </References>

 </Manifest>

 <TypeDefinitions>

   <EntityTypes>

     <ClassTypes>

       <ClassType ID="PoC.STT.LowS.Class" Accessibility="Internal" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false" />

     </ClassTypes>

   </EntityTypes>

 </TypeDefinitions>

 <Monitoring>

   <Discoveries>

     <Discovery ID="PoC.STT.LowS.Class.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">

       <Category>Discovery</Category>

       <DiscoveryTypes>

         <DiscoveryClass TypeID="PoC.STT.LowS.Class" />

       </DiscoveryTypes>

       <DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">

         <ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>

         <RegistryAttributeDefinitions>

           <RegistryAttributeDefinition>

             <AttributeName>Presence</AttributeName>

             <Path>SOFTWARE\STT\LowS</Path>

             <PathType>1</PathType>

             <AttributeType>1</AttributeType>

           </RegistryAttributeDefinition>

         </RegistryAttributeDefinitions>

         <Frequency>600</Frequency>

         <ClassId>$MPElement[Name="PoC.STT.LowS.Class"]$</ClassId>

         <InstanceSettings>

           <Settings>

             <Setting>

               <Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>

               <Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>

             </Setting>

             <Setting>

               <Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>

               <Value>PoC STT - Low Sensitivity</Value>

             </Setting>

           </Settings>

         </InstanceSettings>

         <Expression>

           <SimpleExpression>

             <ValueExpression>

               <XPathQuery Type="String">Values/Presence</XPathQuery>

             </ValueExpression>

             <Operator>Equal</Operator>

             <ValueExpression>

               <Value Type="String">1</Value>

             </ValueExpression>

           </SimpleExpression>

         </Expression>

       </DataSource>

     </Discovery>

   </Discoveries>

   <Rules>

     <Rule ID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" Enabled="true" Target="PoC.STT.LowS.Class" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">

       <Category>PerformanceCollection</Category>

       <DataSources>

         <DataSource ID="MomUIGenaratedModuled6d90f8d8e7c4072b0a54a15fafd6684" TypeID="Performance!System.Performance.DataProvider">

           <ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>

           <CounterName>Private Bytes</CounterName>

           <ObjectName>Process</ObjectName>

           <InstanceName>Task1</InstanceName>

           <AllInstances>false</AllInstances>

           <Frequency>60</Frequency>

         </DataSource>

       </DataSources>

       <ConditionDetection ID="MomUIGenaratedModule2b693e6d1b184b1da3465242e10f5bed" TypeID="Performance!System.Performance.SignatureCreatorWithoutCompression">

         <SignatureID>PoC.STT.LowS!UIGeneratedMonitor2677588841334198a2c61ae07506e51e</SignatureID>

         <BusinessCycleLengthUnit>Day</BusinessCycleLengthUnit>

         <BusinessCycleLengthInGivenUnit>1</BusinessCycleLengthInGivenUnit>

         <EffectiveSamplingPeriodInSeconds>60</EffectiveSamplingPeriodInSeconds>

         <Sensitivity>3.77</Sensitivity>

         <LearningSettings>

           <LearningType>Continuous</LearningType>

           <Offset1>30</Offset1>

           <Offset2>30</Offset2>

           <Offset3>30</Offset3>

           <LearningRate>4</LearningRate>

         </LearningSettings>

         <SignatureCollectionSettings>

           <DBUpdatePeriodInSeconds>60</DBUpdatePeriodInSeconds>

         </SignatureCollectionSettings>

       </ConditionDetection>

       <WriteActions>

         <WriteAction ID="MomUIGenaratedModuled9139d82f7c34a378e927101d8ae24be" TypeID="SC!Microsoft.SystemCenter.CollectSignature" />

       </WriteActions>

     </Rule>

     <Rule ID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" Enabled="true" Target="PoC.STT.LowS.Class" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">

       <Category>PerformanceCollection</Category>

       <DataSources>

         <DataSource ID="MomUIGenaratedModule84b69000481a4a34bf9e64c476acacc5" TypeID="Performance!System.Performance.DataProvider">

           <ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>

           <CounterName>Private Bytes</CounterName>

           <ObjectName>Process</ObjectName>

           <InstanceName>Task1</InstanceName>

           <AllInstances>false</AllInstances>

           <Frequency>60</Frequency>

         </DataSource>

       </DataSources>

       <WriteActions>

         <WriteAction ID="MomUIGenaratedModule0c4d7c154feb4c268c6da6327050649b" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData" />

       </WriteActions>

     </Rule>

   </Rules>

   <Monitors>

     <UnitMonitor ID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" Accessibility="Public" Enabled="true" Target="PoC.STT.LowS.Class" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Performance!System.Performance.ThreeStateBaseliningMonitorWithoutCompression" ConfirmDelivery="false">

       <Category>Custom</Category>

       <AlertSettings AlertMessage="UIGeneratedMonitor2677588841334198a2c61ae07506e51e_AlertMessageResourceID">

         <AlertOnState>Warning</AlertOnState>

         <AutoResolve>true</AutoResolve>

         <AlertPriority>Normal</AlertPriority>

         <AlertSeverity>MatchMonitorHealth</AlertSeverity>

       </AlertSettings>

       <OperationalStates>

         <OperationalState ID="UIGeneratedOpStateId27cee8a79c944819bfca07cac47cdf81" MonitorTypeStateID="AboveEnvelope" HealthState="Error" />

         <OperationalState ID="UIGeneratedOpStateId8e01fa78265f48338880acb18d173fbc" MonitorTypeStateID="BelowEnvelope" HealthState="Success" />

         <OperationalState ID="UIGeneratedOpStateId186e020ee3de4f189137a82a9bfd5c17" MonitorTypeStateID="WithinEnvelope" HealthState="Warning" />

       </OperationalStates>

       <Configuration>

         <SignatureID>PoC.STT.LowS!UIGeneratedMonitor2677588841334198a2c61ae07506e51e</SignatureID>

         <DataSourceSettings>

           <ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>

           <ObjectName>Process</ObjectName>

           <CounterName>Private Bytes</CounterName>

           <InstanceName>Task1</InstanceName>

           <AllInstances>false</AllInstances>

           <Frequency>60</Frequency>

         </DataSourceSettings>

         <LearningAndBaseliningSettings>

           <BusinessCycleLengthUnit>Day</BusinessCycleLengthUnit>

           <BusinessCycleLengthInGivenUnit>1</BusinessCycleLengthInGivenUnit>

           <LearningType>Continuous</LearningType>

           <Offset1>30</Offset1>

           <Offset2>30</Offset2>

           <Offset3>30</Offset3>

           <LearningRate>4</LearningRate>

           <InitialNoAlertPeriodInBizCycles>1</InitialNoAlertPeriodInBizCycles>

           <OuterSensitivity>4.27</OuterSensitivity>

           <InnerSensitivity>3.77</InnerSensitivity>

         </LearningAndBaseliningSettings>

         <SignatureCollectionSettings>

           <DBUpdatePeriodInSeconds>60</DBUpdatePeriodInSeconds>

         </SignatureCollectionSettings>

       </Configuration>

     </UnitMonitor>

   </Monitors>

 </Monitoring>

 <Presentation>

   <Views>

     <View ID="View_a88089465a794b109c78d10577887af0" Accessibility="Public" Enabled="true" Target="PoC.STT.LowS.Class" TypeID="SC!Microsoft.SystemCenter.PerformanceViewType" Visible="true">

       <Category>Operations</Category>

       <Criteria />

       <Presentation>

         <SortedColumnIndex>0</SortedColumnIndex>

         <SortOrder>0</SortOrder>

         <StartTime>2009-11-16T16:57:08.7564158+01:00</StartTime>

         <EndTime>2009-11-17T16:57:08.7564158+01:00</EndTime>

         <DynamicTimeTicks>864000000000</DynamicTimeTicks>

         <IsDynamic>true</IsDynamic>

         <Is3DMode>false</Is3DMode>

         <ShowAlerts>false</ShowAlerts>

         <ShowMaintenanceMode>false</ShowMaintenanceMode>

         <BaselineMode>false</BaselineMode>

         <ShowPointLabels>false</ShowPointLabels>

         <EnableSmartLabels>true</EnableSmartLabels>

         <RightAngleAxes>false</RightAngleAxes>

         <ClusterSeries>false</ClusterSeries>

         <Title />

         <TitleFont>Microsoft Sans Serif,12,Regular</TitleFont>

         <ChartFont>Microsoft Sans Serif,8.25,Regular</ChartFont>

         <ShowBands>false</ShowBands>

         <BandColor>-1579033</BandColor>

         <ChartType>Line</ChartType>

         <Depth>100</Depth>

         <GapDepth>100</GapDepth>

         <Perspective>10</Perspective>

         <GraphXRotation>0</GraphXRotation>

         <GraphYRotation>0</GraphYRotation>

         <XLabelAngle>0</XLabelAngle>

         <LabelColor>-16777216</LabelColor>

         <LabelFont>Microsoft Sans Serif,8.25,Regular</LabelFont>

         <XAxisVisible>True</XAxisVisible>

         <XShowMajorGridlines>false</XShowMajorGridlines>

         <XShowMinorGridlines>false</XShowMinorGridlines>

         <ShowInterlaceStrips>false</ShowInterlaceStrips>

         <XInterlaceColor>16777215</XInterlaceColor>

         <XShowSideMargin>true</XShowSideMargin>

         <XAxisFont>Microsoft Sans Serif,8.25,Regular</XAxisFont>

         <AutoAxis>true</AutoAxis>

         <AxisMax>100</AxisMax>

         <AxisMin>0</AxisMin>

         <YAxisVisible>True</YAxisVisible>

         <YShowMajorGridlines>true</YShowMajorGridlines>

         <YShowMinorGridlines>false</YShowMinorGridlines>

         <YShowInterlaceStrips>false</YShowInterlaceStrips>

         <YShowSideMargin>true</YShowSideMargin>

         <YAxisFont>Microsoft Sans Serif,8.25,Regular</YAxisFont>

         <BackgroundColor1>-1</BackgroundColor1>

         <BackgroundColor2>-1</BackgroundColor2>

         <GradientType>None</GradientType>

         <Series />

       </Presentation>

       <Target />

     </View>

     <View ID="View_d2a4998ca4b64d09a5ee42d5e50147d8" Accessibility="Public" Enabled="true" Target="PoC.STT.LowS.Class" TypeID="SC!Microsoft.SystemCenter.StateViewType" Visible="true">

       <Category>Operations</Category>

       <Criteria>

         <InMaintenanceMode>false</InMaintenanceMode>

       </Criteria>

       <Presentation>

         <ColumnInfo Index="0" SortIndex="0" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Descending">

           <Name>State</Name>

           <Id>PoC.STT.LowS.Class</Id>

         </ColumnInfo>

         <ColumnInfo Index="1" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">

           <Name>Maintenance Mode</Name>

           <Id>InMaintenanceMode</Id>

         </ColumnInfo>

         <ColumnInfo Index="2" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">

           <Name>Name</Name>

           <Id>Name</Id>

         </ColumnInfo>

         <ColumnInfo Index="3" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">

           <Name>Path</Name>

           <Id>Path</Id>

         </ColumnInfo>

         <ColumnInfo Index="4" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">

           <Name>Display Name</Name>

           <Id>DisplayName</Id>

         </ColumnInfo>

       </Presentation>

       <Target />

     </View>

   </Views>

   <Folders>

     <Folder ID="Folder_3fdae0fd651544369abf2109a740c59d" Accessibility="Public" ParentFolder="SC!Microsoft.SystemCenter.Monitoring.ViewFolder.Root" />

   </Folders>

   <FolderItems>

     <FolderItem ElementID="View_a88089465a794b109c78d10577887af0" Folder="Folder_3fdae0fd651544369abf2109a740c59d" />

     <FolderItem ElementID="View_d2a4998ca4b64d09a5ee42d5e50147d8" Folder="Folder_3fdae0fd651544369abf2109a740c59d" />

   </FolderItems>

   <StringResources>

     <StringResource ID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e_AlertMessageResourceID" />

   </StringResources>

 </Presentation>

 <LanguagePacks>

   <LanguagePack ID="ITA" IsDefault="false">

     <DisplayStrings>

       <DisplayString ElementID="PoC.STT.LowS">

         <Name>PoC - Self Tuning Threshold Mgmt Pack - Low Sensitivity</Name>

       </DisplayString>

       <DisplayString ElementID="PoC.STT.LowS.Class">

         <Name>Low Sensitivity</Name>

       </DisplayString>

       <DisplayString ElementID="PoC.STT.LowS.Class.Discovery">

         <Name>Low Sensitivity - Class Discovery</Name>

       </DisplayString>

       <DisplayString ElementID="Folder_3fdae0fd651544369abf2109a740c59d">

         <Name>PoC STT - Low Sensitivity</Name>

       </DisplayString>

       <DisplayString ElementID="View_a88089465a794b109c78d10577887af0">

         <Name>Perf Mon View</Name>

       </DisplayString>

       <DisplayString ElementID="View_d2a4998ca4b64d09a5ee42d5e50147d8">

         <Name>State View</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e">

         <Name>Task 1 - Private Bytes</Name>

         <Description />

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="UIGeneratedOpStateId27cee8a79c944819bfca07cac47cdf81">

         <Name>Above Envelope</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="UIGeneratedOpStateId8e01fa78265f48338880acb18d173fbc">

         <Name>Below Envelope</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="UIGeneratedOpStateId186e020ee3de4f189137a82a9bfd5c17">

         <Name>Within Envelope</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e_AlertMessageResourceID">

         <Name>Task 1 - Private Bytes</Name>

         <Description>Please see the alert context for details.</Description>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e">

         <Name>Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]</Name>

         <Description>UI generated Signature Collection rule for Monitor 'Task 1 - Private Bytes'</Description>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModuled6d90f8d8e7c4072b0a54a15fafd6684">

         <Name>DataSource Module for Rule 'Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModule2b693e6d1b184b1da3465242e10f5bed">

         <Name>ConditionDetection Module for Rule 'Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModuled9139d82f7c34a378e927101d8ae24be">

         <Name>WriteAction Module for Rule 'Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e">

         <Name>Performance Collection Rule for STT Monitor [Task 1 - Private Bytes]</Name>

         <Description>UI generated Performance Collection rule for Monitor 'Task 1 - Private Bytes'</Description>

       </DisplayString>

       <DisplayString ElementID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModule84b69000481a4a34bf9e64c476acacc5">

         <Name>DataSource Module for Rule 'Performance Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModule0c4d7c154feb4c268c6da6327050649b">

         <Name>WriteAction Module for Rule 'Performance Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

     </DisplayStrings>

   </LanguagePack>

   <LanguagePack ID="ENU" IsDefault="true">

     <DisplayStrings>

       <DisplayString ElementID="PoC.STT.LowS">

         <Name>PoC - Self Tuning Threshold Mgmt Pack - Low Sensitivity</Name>

       </DisplayString>

       <DisplayString ElementID="PoC.STT.LowS.Class">

         <Name>Low Sensitivity</Name>

       </DisplayString>

       <DisplayString ElementID="PoC.STT.LowS.Class.Discovery">

         <Name>Low Sensitivity - Class Discovery</Name>

       </DisplayString>

       <DisplayString ElementID="Folder_3fdae0fd651544369abf2109a740c59d">

         <Name>PoC STT - Low Sensitivity</Name>

       </DisplayString>

       <DisplayString ElementID="View_a88089465a794b109c78d10577887af0">

         <Name>Perf Mon View</Name>

       </DisplayString>

       <DisplayString ElementID="View_d2a4998ca4b64d09a5ee42d5e50147d8">

         <Name>State View</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e">

         <Name>Task 1 - Private Bytes</Name>

         <Description />

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="UIGeneratedOpStateId27cee8a79c944819bfca07cac47cdf81">

         <Name>Above Envelope</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="UIGeneratedOpStateId8e01fa78265f48338880acb18d173fbc">

         <Name>Below Envelope</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="UIGeneratedOpStateId186e020ee3de4f189137a82a9bfd5c17">

         <Name>Within Envelope</Name>

       </DisplayString>

       <DisplayString ElementID="UIGeneratedMonitor2677588841334198a2c61ae07506e51e_AlertMessageResourceID">

         <Name>Task 1 - Private Bytes</Name>

         <Description>Please see the alert context for details.</Description>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e">

         <Name>Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]</Name>

         <Description>UI generated Signature Collection rule for Monitor 'Task 1 - Private Bytes'</Description>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModuled6d90f8d8e7c4072b0a54a15fafd6684">

         <Name>DataSource Module for Rule 'Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModule2b693e6d1b184b1da3465242e10f5bed">

         <Name>ConditionDetection Module for Rule 'Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="SignatureCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModuled9139d82f7c34a378e927101d8ae24be">

         <Name>WriteAction Module for Rule 'Signature Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e">

         <Name>Performance Collection Rule for STT Monitor [Task 1 - Private Bytes]</Name>

         <Description>UI generated Performance Collection rule for Monitor 'Task 1 - Private Bytes'</Description>

       </DisplayString>

       <DisplayString ElementID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModule84b69000481a4a34bf9e64c476acacc5">

         <Name>DataSource Module for Rule 'Performance Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

       <DisplayString ElementID="PerfCollectionRuleForMonitorUIGeneratedMonitor2677588841334198a2c61ae07506e51e" SubElementID="MomUIGenaratedModule0c4d7c154feb4c268c6da6327050649b">

         <Name>WriteAction Module for Rule 'Performance Collection Rule for STT Monitor [Task 1 - Private Bytes]'</Name>

       </DisplayString>

     </DisplayStrings>

   </LanguagePack>

 </LanguagePacks>

</ManagementPack>

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker