view distribution/config/commands/ping.properties @ 984:9bebac5faf9b

Fix PR1231, Inconsistent shell command usage errors Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005761.html
author Jon VanAlten <vanaltj@gmail.com>
date Tue, 19 Feb 2013 17:59:24 -0500
parents 0f4271d4e334
children
line wrap: on
line source

bundles = thermostat-common-command-@project.version@.jar, \
          thermostat-client-command-@project.version@.jar, \
          thermostat-storage-mongodb-${project.version}.jar, \
          thermostat-web-common-${project.version}.jar, \
          thermostat-web-client-${project.version}.jar, \
          httpcomponents-core.jar, \
          httpcomponents-client.jar, \
          gson.jar, \
          mongo.jar, \
          commons-beanutils.jar, \
          commons-codec.jar, \
          commons-collections.jar, \
          commons-logging.jar, \
          netty.jar

description = using the Command Channel, send a ping to a running agent

usage = ping <agentId> [-d <url> [-u <user> -p <password>]] [-l <level>]

options = AUTO_DB_OPTIONS, AUTO_LOG_OPTION