Monitor the TFS Build Server

TeamFoundationServer2008.MonitorTFSBuildServer (UnitMonitor)

Monitor the TFS Build Server

Knowledge Base article:

Additional

Additional trouble shooting information can be found in the following link http://msdn.microsoft.com/en-us/library/ms400772.aspx

External

http://msdn.microsoft.com/en-us/library/ms252495.aspx

Element properties:

TargetTeamFoundationServer2008.TFSBuildServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
RunAsDefault

Source Code:

<UnitMonitor ID="TeamFoundationServer2008.MonitorTFSBuildServer" Accessibility="Internal" Enabled="onEssentialMonitoring" Target="TeamFoundationServer2008.TFSBuildServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>VSTFBUILD</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>