Gateway Tenant Count Performance Collection

Microsoft.Windows.10.SDNMonitoring.Gateway.TenantCount (Rule)

Collect tenant count for Gateway.

Knowledge Base article:

Summary

This collects the number of tenanats present on the gateway.

Causes

Resolutions

© 2016 Microsoft Corporation, all rights reserved

Element properties:

TargetSDNMonitoringMP.SDNMonitoring.Gateway
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.SDNMonitoring.DataSourceModule.MonitoringPSScriptFiltered.Performance Microsoft.Windows.10.SDNMonitoring.NCRunAsProfile
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.10.SDNMonitoring.Gateway.TenantCount" Target="SDNMonitoringMP.SDNMonitoring.Gateway" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.SDNMonitoring.DataSourceModule.MonitoringPSScriptFiltered.Performance" RunAs="Microsoft.Windows.10.SDNMonitoring.NCRunAsProfile">
<IntervalSeconds>900</IntervalSeconds>
<SyncTime>12:00</SyncTime>
<Counter>TenantCount</Counter>
<Name>$Target/Property[Type="SDNMonitoringMP.SDNMonitoring.Gateway"]/Id$</Name>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>