view distribution/config/commands/agent.properties @ 2735:08726e4b6d43

Convert Agent-Core to Declarative Services This patch also merges the agent-cli and agent-core bundles. Reviewed-by: jerboaa, neugens Review-Thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024462.html
author Joshua Matsuoka <jmatsuok@redhat.com>
date Fri, 11 Aug 2017 14:03:38 -0400
parents 08b2cadf2d42
children 6ea7021a74d6
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@ \
          @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