view README @ 35:76d1ce01cc7a default tip master

Fail build on YAML lint error This patch will cause SwaggerCombine to throw an exception if "--throw" is specified on the command line and there is a lint error in the YAML files. Currently there are no such messages. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025574.html
author Simon Tooke <stooke@redhat.com>
date Tue, 31 Oct 2017 09:49:01 -0400
parents f3db7c6a533e
children
line wrap: on
line source

Thermostat is a micro-services based monitoring, profiling and serviceability
tool for Java applications. It allows users to examine, trace and profile
various attributes of a running JVM (and its environment) to understand how it
is behaving.

Please use the discussion list for any questions, concerns or comments.

Quick start:
- RHEL 7.x (and possibly other OS):
  $ ./cloneAll.py
  [enable the RHSCL channel: https://access.redhat.com/solutions/472793] 
  $ sudo yum install rh-nodejs6 rh-maven33 rh-mongodb32 rh-mongodb32-mongodb
  $ scl enable rh-nodejs6 rh-maven33 rh-mongodb32 bash
  $ sh thermostat-ng.sh

User Guide:
- http://icedtea.classpath.org/wiki/Thermostat/UserGuide

Additional resources:
- Homepage: http://icedtea.classpath.org/thermostat/
- Wiki: http://icedtea.classpath.org/wiki/Thermostat
- Discussion List: http://icedtea.classpath.org/mailman/listinfo/thermostat
- Bug tracker: http://icedtea.classpath.org/bugzilla/

The project consist of multiple repositories with multiple projects, each
repository has specific READMEs with instructions.

Thermostat itself is licensed under GPLv2 with Classpath Exception. Please see
the LICENSE file in each project directory for more details about the licenses
of Thermostat and other projects used.