Skip to content

Gr1N/teamcity-monitor

Repository files navigation

teamcity-monitor

Solution for monitoring realtime status of JetBrains TeamCity builds. Used in continuous integration team for quickly respond to any build fail.

Why another monitoring tool:

  • Just for fun
  • Written in Go (server-side)

Installation

Download and install:

% go get github.com/Gr1N/teamcity-monitor
% cd $GOPATH/src/github.com/Gr1N/teamcity-monitor

(optional) Install bee tool:

% go get github.com/beego/bee

Install node dependencies:

% npm install

Build assets:

% node build

Build and run:

% bee run

...or:

% go build && ./teamcity-monitor

Deployment

TBD

License

teamcity-monitor is licensed under the MIT license. See the license file for details.

About

Solution for monitoring status of TeamCity builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published