view distribution/config/commands/list-agents.properties @ 2608:1286dad1ad8f

Fill in command-group-metadata Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-February/022220.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022331.html
author Andrew Azores <aazores@redhat.com>
date Fri, 03 Mar 2017 12:45:11 -0500
parents 710a1d37c0ed
children
line wrap: on
line source

bundles = com.redhat.thermostat.client.cli=${project.version}, \
          com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \


summary = list all agents

description = List all agents currently collecting data. This may also \
   include inactive agents which were collecting data at one point but \
   are no longer.

usage = list-agents [-d <url>] [-l <level>]

# This command does not have any options
options = AUTO_DB_OPTIONS, AUTO_LOG_OPTION

environments = cli, shell

command-groups=agent-info