view distribution/config/commands/ping.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.command=${project.version}, \
          com.redhat.thermostat.storage.mongodb=${project.version}, \
          com.redhat.thermostat.web.common=${project.version}, \
          com.redhat.thermostat.web.client=${project.version}, \

summary = send a ping to a running agent

description = Send a ping to a running agent. This uses the command \
    channel and verifies that command-channel-related functionality is \
    working correctly between the current client and the agent.

usage = ping <agentId> [-d <url>] [-l <level>]

options = AUTO_DB_OPTIONS, AUTO_LOG_OPTION

environments = cli, shell

command-groups=agent-info