AT Tier Discovery with No Build Subsystem

TeamFoundationServer2012.ATTierDiscoveryNoBuildSubsystem (Discovery)

This discovery is used if the build servers are not managed within Systems Center Operations Manager.

Knowledge Base article:

Summary

This discovery is configured to discover each TFS installation based on queries to the TFS Application Tier Server. This discovery will discover the AT Tier server, Team Project Collections, but will not discover the build system (servers, controllers and agents).This discovery is used for installations where build servers are not managed within the Systems Center Operations Manager infrastructure.

Configuration

If your installation does manage the build systems within the SCOM environment then it is recommended to add an override to disable this discovery.

Element properties:

TargetTeamFoundationServer2012.TFSApplicationTier
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
TFSATTierDiscovery DataSource TeamFoundationServer2012.TFS2012ATTierDiscoveryDataSource TFS2012UserProfile

Source Code:

<Discovery ID="TeamFoundationServer2012.ATTierDiscoveryNoBuildSubsystem" Enabled="true" Target="TeamFoundationServer2012.TFSApplicationTier" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSApplicationTier"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSInstallation"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSAdministrationWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSAuthorizationWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSBuildWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSProjectCollection"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSRegistrationWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSVersionControlWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSWarehouse"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSWebAccess"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSWorkItemTrackingWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSInstallationContainsATServer"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsAdministrationWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsAuthorizationWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsBuildWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsRegistrationWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsVersionControlWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsWebAccess"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSATServerHostsWorkItemTrackingWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSInstallationContainsProjectCollections"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSInstallationContainsWarehouse"/>
</DiscoveryTypes>
<DataSource ID="TFSATTierDiscovery" RunAs="TFS2012UserProfile" TypeID="TeamFoundationServer2012.TFS2012ATTierDiscoveryDataSource">
<ScriptDebugEnabled>false</ScriptDebugEnabled>
<IntervalSeconds>14400</IntervalSeconds>
<AddBuildConfig>false</AddBuildConfig>
<sslOnly>false</sslOnly>
<NonDefaultPort>8080</NonDefaultPort>
<VirtualDirectory>/tfs/</VirtualDirectory>
</DataSource>
</Discovery>