AT Tier Discovery with Build Subsystem

TeamFoundationServer2012.ATTierDiscoveryWithBuildSubsystem (Discovery)

This discovery is used if the build servers are 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, and Build Servers.

Configuration

If your configuration does not manage the build systems within the SCOM environment it is recommended to enter an override and 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 
TFS2012ATDiscoveryFull DataSource TeamFoundationServer2012.TFS2012ATTierDiscoveryDataSource TFS2012UserProfile

Source Code:

<Discovery ID="TeamFoundationServer2012.ATTierDiscoveryWithBuildSubsystem" 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"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSBuildAgent"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSBuildController"/>
<DiscoveryClass TypeID="TeamFoundationServer2012.TFSBuildServer"/>
<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"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSBuildServerHostsBuildAgent"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSBuildServerHostsBuildController"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSInstallationContainsBuildServer"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSProjectCollectionContainsBuildAgent"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2012.TFSProjectCollectionContainsBuildController"/>
</DiscoveryTypes>
<DataSource ID="TFS2012ATDiscoveryFull" RunAs="TFS2012UserProfile" TypeID="TeamFoundationServer2012.TFS2012ATTierDiscoveryDataSource">
<ScriptDebugEnabled>false</ScriptDebugEnabled>
<IntervalSeconds>14400</IntervalSeconds>
<AddBuildConfig>true</AddBuildConfig>
<sslOnly>false</sslOnly>
<NonDefaultPort>8080</NonDefaultPort>
<VirtualDirectory>/tfs/</VirtualDirectory>
</DataSource>
</Discovery>