A quick ping of the Application Tier Host machine
Just do a quick ping if any problem is noticed with the Application Tier machine before doing deep diagnosis
This is to just do a sanity check on the AT
Target | TeamFoundationServer2017.TfsApplicationTierServer |
Application | C:\Windows\System32\ping.exe |
WorkingDirectory | |
isRequireOutput | True |
Accessibility | Public |
Enabled | True |
<ConsoleTask ID="TeamFoundationServer2017.TfsPingApplicationTierHost" Accessibility="Public" Enabled="true" Target="TeamFoundationServer2017.TfsApplicationTierServer" RequireOutput="true">
<Assembly>Res.TeamFoundationServer2017.TfsPingApplicationTierHost</Assembly>
<Handler>ShellHandler</Handler>
<Parameters>
<Argument Name="WorkingDirectory"/>
<Argument Name="Application">C:\Windows\System32\ping.exe </Argument>
<Argument>$Target/Property[Type="TeamFoundationServer2017.TfsApplicationTierServer"]/ATComputerName$</Argument>
</Parameters>
</ConsoleTask>