view distribution/config/commands/ping.properties @ 1071:12894dbd3517

Avoid authentication parameters as command line arguments Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-April/006376.html
author Jon VanAlten <jon.vanalten@redhat.com>
date Fri, 22 Mar 2013 16:18:06 -0400
parents 9bebac5faf9b
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>] [-l <level>]

options = AUTO_DB_OPTIONS, AUTO_LOG_OPTION