view client/command/src/main/resources/com/redhat/thermostat/client/command/internal/strings.properties @ 1118:d329d22447f4

Add minimal authorization to command channel actions. Reviewed-by: vanaltj, ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006610.html PR1434
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 14 May 2013 16:34:29 +0200
parents 3526e4183714
children
line wrap: on
line source

COMMAND_PING_ARGUMENT = Ping command accepts one and only one argument.
COMMAND_PING_QUEUING_REQUEST = Queuing ping request.  Destination: {0}

COMMAND_PING_INVALID_HOST_ID = Invalid host ID or agent no longer running.  See \'help list-vms\' to obtain a valid host ID.
COMMAND_PING_NO_HOST_INFO_DAO = Unable to access host information: service not available
COMMAND_PING_NO_AGENT_INFO_DAO = Unable to access agent information: service not available
COMMAND_PING_NO_REQUEST_QUEUE = Unable to access command request queue: service not available

COMMAND_PING_RESPONSE_ERROR = Error received from: {0}
COMMAND_PING_RESPONSE_OK = Response received from: {0}
COMMAND_PING_RESPONSE_REFUSED = The server refused to PONG our PING?
COMMAND_PING_RESPONSE_UNKNOWN = Unknown result from ping command
COMMAND_PING_RESPONSE_AUTH_FAILED = The server refused to ping due to authentication/authorization issues.