Skip to content
trevleyb edited this page Apr 19, 2012 · 2 revisions

The BuildStatusMonitor runs as a Windows Service. To install, copy the following files to a location on a machine that will act as a Build Status Monitor:

  • BuildStatusMonitor.exe
  • BuildStatusMonitor.exe.config
  • BuildStatusMonitor.Settings.xml
  • DelcomDLL.dll
  • EasyHttp.dll
  • JsonFx.dll
  • TeamCitySharp.dll

(These files can come from compiling the application or from an existing Build Monitor PC).

  1. Check the configuration settings in BuildStatusMonitor.exe.config and set LogLevel to Verbose
  2. Check that you have run with --run as setup the visualisers correctly (see Build Status Visualisers and Build Status Configuration
  3. Run BuildStatusMonitor.exe --install from the command line.
  4. Launch the service manager (right-click on Computer and select Manager and drill down to services)
  5. Check that the service is running (Build Status Monitor) if not, review the log file
  6. If it is running OK, review the log file, stop the service, change the LogLevel to Warning and restart the service.

##Troubleshooting##

If there are issues, stop the service, set the LogLevel to Verbose and restart the service. Review the errors in the log file.

Clone this wiki locally