Perf Collection: SMS Notification Server - Total online clients

Microsoft.SystemCenter2012.ConfigurationManager.Perf_Collection_Number_of_Online_Clients_on_BGBServer_Rule (Rule)

This rule collect total online clients

Knowledge Base article:

Summary

Systems Management Server (SMS) Notification Server might become overloaded if there are more than 25,000 clients connected to it at the same time.

This counter indicates the number of clients connected to the SMS Notification Server. An alert will be generated if the number is greater than 25,000.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.BGBServer
CategoryPerformanceCollection
EnabledTrue
Instance NameSMS Notification Server
Counter NameTotal online clients
Frequency900
Alert GenerateFalse
RemotableTrue
CommentSIV:CF00012

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter2012.ConfigurationManager.Perf_Collection_Number_of_Online_Clients_on_BGBServer_Rule" Comment="SIV:CF00012" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.BGBServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Total online clients</CounterName>
<ObjectName>SMS Notification Server</ObjectName>
<InstanceName/>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>