Monitor for Administration Web Service
Monitors the TFS Administration web service for availability.
If an error occurs on this monitor it is likely due to an AT Tier server not being available. Check to make sure the AT tier server reporting the error is running.
Another possible cause for this error is if the AT Tier Discovery is not configured correctly. Overrides are necessary if you use a non-standard Port (one other then 8080) or require SSL
Target | TeamFoundationServer2017.TfsAdministrationWebService |
Parent Monitor | System.Health.AvailabilityState |
Category | AvailabilityHealth |
Enabled | True |
Alert Generate | False |
Alert Auto Resolve | False |
Monitor Type | TeamFoundationServer2017.TfsPowerShellMonitor |
Remotable | False |
Accessibility | Public |
RunAs | TeamFoundationServer2017.Tfs2017UserProfile |
<UnitMonitor ID="TeamFoundationServer2017.TfsAdministrationWebServiceAvailabilityMonitor" Accessibility="Public" Enabled="true" Target="TeamFoundationServer2017.TfsAdministrationWebService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="false" Priority="Normal" RunAs="TeamFoundationServer2017.Tfs2017UserProfile" TypeID="TeamFoundationServer2017.TfsPowerShellMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ClassName>WebServiceMonitor</ClassName>
<ObjectPath>$Target/Property[Type="TeamFoundationServer2017.TfsBaseWebService"]/ObjectPath$</ObjectPath>
<BaseInstallPath/>
<IntervalSeconds>600</IntervalSeconds>
<ScriptDebugEnabled>0</ScriptDebugEnabled>
</Configuration>
</UnitMonitor>