AT Tier Discovery with Build Subsystem

TeamFoundationServer2010.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:

TargetTeamFoundationServer2010.TFSApplicationTier
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
TFS2010ATDiscoveryFull DataSource TeamFoundationServer2010.TFS2010ATTierDiscoveryDataSource TFS2010UserProfile

Source Code:

<Discovery ID="TeamFoundationServer2010.ATTierDiscoveryWithBuildSubsystem" Enabled="true" Target="TeamFoundationServer2010.TFSApplicationTier" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSApplicationTier"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSInstallation"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSAdministrationWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSAuthorizationWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSBuildWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSProjectCollection"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSRegistrationWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSVersionControlWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSWarehouse"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSWebAccess"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSWorkItemTrackingWebService"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSBuildAgent"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSBuildController"/>
<DiscoveryClass TypeID="TeamFoundationServer2010.TFSBuildServer"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSInstallationContainsATServer"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsAdministrationWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsAuthorizationWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsBuildWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsRegistrationWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsVersionControlWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsWebAccess"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSATServerHostsWorkItemTrackingWebService"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSInstallationContainsProjectCollections"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSInstallationContainsWarehouse"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSBuildServerHostsBuildAgent"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSBuildServerHostsBuildController"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSInstallationContainsBuildServer"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSProjectCollectionContainsBuildAgent"/>
<DiscoveryRelationship TypeID="TeamFoundationServer2010.TFSProjectCollectionContainsBuildController"/>
</DiscoveryTypes>
<DataSource ID="TFS2010ATDiscoveryFull" RunAs="TFS2010UserProfile" TypeID="TeamFoundationServer2010.TFS2010ATTierDiscoveryDataSource">
<ScriptDebugEnabled>false</ScriptDebugEnabled>
<IntervalSeconds>14400</IntervalSeconds>
<AddBuildConfig>true</AddBuildConfig>
<sslOnly>false</sslOnly>
<NonDefaultPort>8080</NonDefaultPort>
<VirtualDirectory>/tfs/</VirtualDirectory>
</DataSource>
</Discovery>