Blame SOURCES/README

1fb9ed
Package %{scl_name} provides Thermostat monitoring and instrumentation tool delivered as a Software
1fb9ed
Collection. For more information about Software Collections,
1fb9ed
see the scl(1) man page. By installing the %{scl_name} collection,
1fb9ed
you will get the minimum working set of packages to have a working Thermostat monitoring and instrumentation tool.
1fb9ed
1fb9ed
Usage: scl enable %{scl} 'thermostat'
1fb9ed
1fb9ed
Software Collections allow you to build and execute applications
1fb9ed
which are not located in the filesystem root hierarchy,
1fb9ed
but are stored in an alternative location, which is %{_scl_root}
1fb9ed
in case of the %{scl_name} collection.
1fb9ed
1fb9ed
Thermostat is a monitoring and instrumentation tool for the Hotspot JVM,
1fb9ed
with support for monitoring multiple JVM instances. The system is made
1fb9ed
up of two processes: an Agent, which collects data, and a Client which
1fb9ed
allows users to visualize this data. These components communicate via
1fb9ed
a MongoDB-based storage layer. A pluggable agent and gui framework
1fb9ed
allows for collection and visualization of performance data beyond that
1fb9ed
which is included out of the box.
1fb9ed
1fb9ed
When you want to work with the %{scl_name} collection, use the scl
1fb9ed
utility (see the scl(1) man page for usage) to enable the scl
1fb9ed
environment.
1fb9ed
1fb9ed
Configuration for the %{scl_name} software collection is located
1fb9ed
under %{_sysconfdir}.
1fb9ed
1fb9ed
Examples:
1fb9ed
scl enable %{scl_name} 'command --arg'
1fb9ed
  Run a specific command with the argument --arg within the %{scl_name}
1fb9ed
  software collections environment.
1fb9ed
1fb9ed
scl enable %{scl_name} 'thermostat'
1fb9ed
  Run thermostat from the %{scl_name} software collection.
1fb9ed
1fb9ed
service thermostat1-thermostat-tomcat start
1fb9ed
  Start tomcat on port 8080 and deploy thermostat-webapp
1fb9ed
1fb9ed
scl enable %{scl_name} bash
1fb9ed
  Run an interactive shell with the %{scl_name} software collection enabled.
1fb9ed
1fb9ed
scl enable %{scl_name} 'man thermostat'
1fb9ed
  Show man pages for the thermostat command, which is a part of the
1fb9ed
  %{scl_name} software collection.
1fb9ed
1fb9ed
Report bugs to <http://bugzilla.redhat.com>.