view distribution/config/commands/agent.properties @ 2776:6ea7021a74d6

Added framework for configurable Backend activation/deactivation Reviewed-By: jkang, jerboaa Review-Thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024612.html http://icedtea.classpath.org/pipermail/thermostat/2017-September/024925.html http://icedtea.classpath.org/pipermail/thermostat/2017-October/025247.html
author Joshua Matsuoka <jmatsuok@redhat.com>
date Thu, 19 Oct 2017 11:44:23 -0400
parents 08726e4b6d43
children
line wrap: on
line source

bundles = com.redhat.thermostat.agent.core=@project.version@, \
          com.redhat.thermostat.agent.ipc.tcpsocket.server=@project.version@, \
          com.redhat.thermostat.process=@project.version@, \
          org.apache.felix.configadmin=@felix.configadmin.version@ \
          @agent_extra_bundles@

summary = run the thermostat agent

description = Run the thermostat agent as a foreground process. The agent is \
  responsible for gathering various pieces of data from the host and JVMs. It \
  also performs user-trigged actions on-demand. The agent will stop when this \
  process exits.

usage = [-s] [-l <level>]

options = AUTO_LOG_OPTION, saveOnExit

saveOnExit.short = s
saveOnExit.long = saveOnExit
saveOnExit.description = save the data on exit
saveOnExit.required = false
saveOnExit.hasarg = false

environments = cli

command-groups=thermostat-core