Package rh-thermostat16 provides Thermostat monitoring and instrumentation tool delivered as a Software
Collection. For more information about Software Collections,
see the scl(1) man page. By installing the rh-thermostat16 collection,
you will get the minimum working set of packages to have a working Thermostat monitoring and instrumentation tool.

Usage: scl enable rh-thermostat16 'thermostat'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/rh-thermostat16/root
in case of the rh-thermostat16 collection.

Thermostat is a monitoring and instrumentation tool for the Hotspot JVM,
with support for monitoring multiple JVM instances. The system is made
up of two processes: an Agent, which collects data, and a Client which
allows users to visualize this data. These components communicate via
a MongoDB-based storage layer. A pluggable agent and gui framework
allows for collection and visualization of performance data beyond that
which is included out of the box.

When you want to work with the rh-thermostat16 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Configuration for the rh-thermostat16 software collection is located
under /opt/rh/rh-thermostat16/root/etc.

Examples:
scl enable rh-thermostat16 'command --arg'
  Run a specific command with the argument --arg within the rh-thermostat16
  software collections environment.

scl enable rh-thermostat16 'thermostat'
  Run thermostat from the rh-thermostat16 software collection.

service thermostat1-thermostat-tomcat start
  Start tomcat on port 8080 and deploy thermostat-webapp

scl enable rh-thermostat16 bash
  Run an interactive shell with the rh-thermostat16 software collection enabled.

scl enable rh-thermostat16 'man thermostat'
  Show man pages for the thermostat command, which is a part of the
  rh-thermostat16 software collection.

Report bugs to <http://bugzilla.redhat.com>.
