org.rhq.enterprise.agent.i18n
Interface AgentI18NResourceKeys
@I18NResourceBundle(baseName="agent-messages",
defaultLocale="en")
public interface AgentI18NResourceKeys
I18N resource bundle keys that identify the messages needed by the agent.
- Author:
- John Mazzitelli
SERVER_ALIAS_UNKNOWN
@I18NMessage(value="The configured server alias [{0}] cannot be resolved - will use localhost address. Cause: {1}")
static final String SERVER_ALIAS_UNKNOWN
- See Also:
- Constant Field Values
AGENT_INPUT_READER_FACTORY_BAD_TYPE
@I18NMessage(value="Specified bad console type [{0}]")
static final String AGENT_INPUT_READER_FACTORY_BAD_TYPE
- See Also:
- Constant Field Values
AGENT_INPUT_READER_FACTORY_ERROR
@I18NMessage(value="Failed to create console input reader of type [{0}]")
static final String AGENT_INPUT_READER_FACTORY_ERROR
- See Also:
- Constant Field Values
REGISTERING_WITH_LOOPBACK
@I18NMessage(value="!!! This agent is registering under the loopback address [{0}] - this should only be done for testing or demo purposes - this agent will only be able to interact with a server running on the same host as this agent")
static final String REGISTERING_WITH_LOOPBACK
- See Also:
- Constant Field Values
SHUTDOWNHOOK_THREADS_STILL_ALIVE
@I18NMessage(value="There are still [{0}] threads left - the kill thread will\\n\\\nexit the VM shortly if these threads do not die ")
static final String SHUTDOWNHOOK_THREADS_STILL_ALIVE
- See Also:
- Constant Field Values
UPDATE_THREAD_LOOKING_FOR_JAVA_EXE
@I18NMessage(value="Missing the envvar [{0}] - will try to find a Java executable to use.")
static final String UPDATE_THREAD_LOOKING_FOR_JAVA_EXE
- See Also:
- Constant Field Values
UPDATE_THREAD_USING_JAVA_EXE
@I18NMessage(value="Will use the Java executable [{0}]")
static final String UPDATE_THREAD_USING_JAVA_EXE
- See Also:
- Constant Field Values
UPDATE_THREAD_CANNOT_RESTART_RETRY
@I18NMessage(value="The agent cannot restart after the aborted update, will try to update again in [{0}]ms")
static final String UPDATE_THREAD_CANNOT_RESTART_RETRY
- See Also:
- Constant Field Values
SHUTDOWNHOOK_THREAD_WAIT
@I18NMessage(value="The agent will wait for [{0}] threads to die")
static final String SHUTDOWNHOOK_THREAD_WAIT
- See Also:
- Constant Field Values
SHUTDOWNHOOK_THREAD_IS_STILL_ACTIVE
@I18NMessage(value="Thread [{0}] is still alive - its stack trace follows:\\n{1}")
static final String SHUTDOWNHOOK_THREAD_IS_STILL_ACTIVE
- See Also:
- Constant Field Values
SHUTDOWNHOOK_THREAD_CANNOT_WAIT
@I18NMessage(value="The agent failed waiting for threads to die: {0}")
static final String SHUTDOWNHOOK_THREAD_CANNOT_WAIT
- See Also:
- Constant Field Values
SHUTDOWNHOOK_THREAD_CANNOT_INT
@I18NMessage(value="The agent failed to interrupt threads: {0}")
static final String SHUTDOWNHOOK_THREAD_CANNOT_INT
- See Also:
- Constant Field Values
SHUTDOWNHOOK_THREAD_NO_MORE_WAIT
@I18NMessage(value="[{0}] threads are not dying - agent will not wait anymore")
static final String SHUTDOWNHOOK_THREAD_NO_MORE_WAIT
- See Also:
- Constant Field Values
UPDATE_THREAD_EXCEPTION
@I18NMessage(value="The agent update thread encountered an exception: {0}")
static final String UPDATE_THREAD_EXCEPTION
- See Also:
- Constant Field Values
UPDATE_THREAD_EXECUTING_UPDATE_PROCESS
@I18NMessage(value="Now executing agent update - if all goes well, this is the last you will hear of this agent: [{0}]")
static final String UPDATE_THREAD_EXECUTING_UPDATE_PROCESS
- See Also:
- Constant Field Values
UPDATE_THREAD_STARTED
@I18NMessage(value="The agent update thread has started - will begin the agent auto-update now!")
static final String UPDATE_THREAD_STARTED
- See Also:
- Constant Field Values
UPDATE_THREAD_DUP
@I18NMessage(value="The agent is already in the process of updating itself")
static final String UPDATE_THREAD_DUP
- See Also:
- Constant Field Values
UPDATE_THREAD_FAILURE
@I18NMessage(value="AGENT AUTO-UPDATE FAILED! This agent cannot update itself after [{0}] attempts!\\n\\\nThe agent is probably no longer able to talk to the server cloud successfully.\\n\\\nManual intervention by an administrator is usually required now.")
static final String UPDATE_THREAD_FAILURE
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_MD5_MISSING_FILE
@I18NMessage(value="Cannot validate agent update binary - it has not been downloaded yet [{0}]")
static final String UPDATE_DOWNLOAD_MD5_MISSING_FILE
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_MD5_INVALID
@I18NMessage(value="The downloaded agent update binary [{0}] did NOT validate with the expected MD5")
static final String UPDATE_DOWNLOAD_MD5_INVALID
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_DISABLED_BY_AGENT
@I18NMessage(value="Cannot download agent update binary - agent is configured to disable updates")
static final String UPDATE_DOWNLOAD_DISABLED_BY_AGENT
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_DISABLED_BY_SERVER
@I18NMessage(value="Cannot download agent update binary - agent updates have been disabled by the server [{0}]")
static final String UPDATE_DOWNLOAD_DISABLED_BY_SERVER
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_NO_NAME
@I18NMessage(value="Server did not tell us what filename to give our download, will use [{0}]")
static final String UPDATE_DOWNLOAD_NO_NAME
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_BAD_NAME
@I18NMessage(value="Server told us an invalid name to call our agent update binary file: [{0}]")
static final String UPDATE_DOWNLOAD_BAD_NAME
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_ALREADY_HAVE_IT
@I18NMessage(value="Already have the agent binary update from a previous download at [{0}]")
static final String UPDATE_DOWNLOAD_ALREADY_HAVE_IT
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_FAILURE
@I18NMessage(value="Failed to download the agent update binary from [{0}]. Cause: {1}")
static final String UPDATE_DOWNLOAD_FAILURE
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_RETRIEVAL
@I18NMessage(value="Downloading the agent update binary [{0}] via URL [{1}]")
static final String UPDATE_DOWNLOAD_RETRIEVAL
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_DONE
@I18NMessage(value="Agent update binary [{0}] downloaded from URL [{1}] and stored at [{2}]")
static final String UPDATE_DOWNLOAD_DONE
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_UNAVAILABLE
@I18NMessage(value="Downloading the agent update binary [{0}] failed - server temporarily rejecting our request [{1}]")
static final String UPDATE_DOWNLOAD_UNAVAILABLE
- See Also:
- Constant Field Values
UPDATE_VERSION_FAILURE
@I18NMessage(value="Failed to get the agent update version from [{0}]. Cause: {1}")
static final String UPDATE_VERSION_FAILURE
- See Also:
- Constant Field Values
UPDATE_VERSION_UNAVAILABLE
@I18NMessage(value="Getting the agent update version failed - server temporarily rejecting our request [{0}]")
static final String UPDATE_VERSION_UNAVAILABLE
- See Also:
- Constant Field Values
UPDATE_VERSION_RETRIEVAL
@I18NMessage(value="Getting the agent update version via URL [{0}]")
static final String UPDATE_VERSION_RETRIEVAL
- See Also:
- Constant Field Values
UPDATE_VERSION_RETRIEVED
@I18NMessage(value="Agent update version retrieved via URL [{0}]: {1}")
static final String UPDATE_VERSION_RETRIEVED
- See Also:
- Constant Field Values
UPDATE_VERSION_DISABLED_BY_AGENT
@I18NMessage(value="Cannot get agent update version - agent is configured to disable updates")
static final String UPDATE_VERSION_DISABLED_BY_AGENT
- See Also:
- Constant Field Values
UPDATE_VERSION_DISABLED_BY_SERVER
@I18NMessage(value="Cannot get agent update version - agent updates have been disabled by the server [{0}]")
static final String UPDATE_VERSION_DISABLED_BY_SERVER
- See Also:
- Constant Field Values
IDENTIFY_VERSION
@I18NMessage(value="Version=[{0}], Build Number=[{1}], Build Date=[{2,date,medium} {2,time,short}]")
static final String IDENTIFY_VERSION
- See Also:
- Constant Field Values
VM_HEALTH_CHECK_THREAD_STARTED
@I18NMessage(value="VM health check thread has started and will check every [{0}] milliseconds")
static final String VM_HEALTH_CHECK_THREAD_STARTED
- See Also:
- Constant Field Values
VM_HEALTH_CHECK_THREAD_STOPPED
@I18NMessage(value="VM Health check thread has been stopped")
static final String VM_HEALTH_CHECK_THREAD_STOPPED
- See Also:
- Constant Field Values
VM_HEALTH_CHECK_THREAD_EXCEPTION
@I18NMessage(value="VM Health check thread has encountered a fatal exception and will be stopped. Cause: {0}")
static final String VM_HEALTH_CHECK_THREAD_EXCEPTION
- See Also:
- Constant Field Values
VM_HEALTH_CHECK_THREAD_MEM_LOW
@I18NMessage(value="VM health check thread has detected [{0}] memory has crossed the threshold [{1}] and is low: memory-usage=[{2}]")
static final String VM_HEALTH_CHECK_THREAD_MEM_LOW
- See Also:
- Constant Field Values
VM_HEALTH_CHECK_THREAD_GC
@I18NMessage(value="VM health check thread is invoking the garbage collector to see if more memory can be freed")
static final String VM_HEALTH_CHECK_THREAD_GC
- See Also:
- Constant Field Values
VM_HEALTH_CHECK_SEES_MEM_PROBLEM
@I18NMessage(value="VM health check thread sees that memory is critically low and will try to reboot the agent")
static final String VM_HEALTH_CHECK_SEES_MEM_PROBLEM
- See Also:
- Constant Field Values
CANNOT_SWITCH_NULL_COMMUNICATOR
@I18NMessage(value="Cannot switch to server - the sender is not ready. Is the agent shutdown?. Cause: {0}")
static final String CANNOT_SWITCH_NULL_COMMUNICATOR
- See Also:
- Constant Field Values
CANNOT_SWITCH_TO_INVALID_SERVER
@I18NMessage(value="Cannot switch to server - the server endpoint is invalid [{0}]. Cause: {1}")
static final String CANNOT_SWITCH_TO_INVALID_SERVER
- See Also:
- Constant Field Values
TIME_NOT_SYNCED
@I18NMessage(value="The server and agent clocks are not in sync. Server=[{0,number,#}][{1,date,long} {1,time,full}], Agent=[{2,number,#}][{3,date,long} {3,time,full}]")
static final String TIME_NOT_SYNCED
- See Also:
- Constant Field Values
TIME_UNKNOWN
@I18NMessage(value="Failed to determine the server time. Cause: {0}")
static final String TIME_UNKNOWN
- See Also:
- Constant Field Values
TIMEOUT_WAITING_FOR_CONNECT_LOCK
@I18NMessage(value="Timed out waiting for the connectAgent R/W lock to avoid a possible deadlock")
static final String TIMEOUT_WAITING_FOR_CONNECT_LOCK
- See Also:
- Constant Field Values
NOT_SENDING_DUP_CONNECT
@I18NMessage(value="Not sending another connect message since one was recently sent: [{0}]")
static final String NOT_SENDING_DUP_CONNECT
- See Also:
- Constant Field Values
AGENT_NOT_SUPPORTED
@I18NMessage(value="This version of the agent is not supported by the server - an agent update must be applied")
static final String AGENT_NOT_SUPPORTED
- See Also:
- Constant Field Values
NOT_TALKING_TO_PRIMARY_SERVER
@I18NMessage(value="The agent is not talking to its primary server [{0}:{1,number,#}] - it is talking to [{2}:{3,number,#}]")
static final String NOT_TALKING_TO_PRIMARY_SERVER
- See Also:
- Constant Field Values
PRIMARY_SERVER_SWITCHOVER_EXCEPTION
@I18NMessage(value="An exception occurred during the primary server switchover check. Cause: {0}")
static final String PRIMARY_SERVER_SWITCHOVER_EXCEPTION
- See Also:
- Constant Field Values
PRIMARY_SERVER_UP
@I18NMessage(value="Primary server appears to be back online at [{0}:{1,number,#}] - attempting to switch back to it")
static final String PRIMARY_SERVER_UP
- See Also:
- Constant Field Values
PRIMARY_SERVER_STILL_DOWN
@I18NMessage(value="Primary server at [{0}:{1,number,#}] is still down - cannot switch back to it yet")
static final String PRIMARY_SERVER_STILL_DOWN
- See Also:
- Constant Field Values
PRIMARY_SERVER_SWITCHOVER_THREAD_STARTED
@I18NMessage(value="The primary server switchover thread has started.")
static final String PRIMARY_SERVER_SWITCHOVER_THREAD_STARTED
- See Also:
- Constant Field Values
PRIMARY_SERVER_SWITCHOVER_THREAD_STOPPED
@I18NMessage(value="The primary server switchover thread has stopped.")
static final String PRIMARY_SERVER_SWITCHOVER_THREAD_STOPPED
- See Also:
- Constant Field Values
FAILED_OVER_TO_SERVER
@I18NMessage(value="The agent has triggered its failover mechanism and switched to server [{0}]")
static final String FAILED_OVER_TO_SERVER
- See Also:
- Constant Field Values
FAILOVER_FAILED
@I18NMessage(value="Failed to failover to another server. Cause: {0}")
static final String FAILOVER_FAILED
- See Also:
- Constant Field Values
FAILOVER_DISCOVERY_START_FAILURE
@I18NMessage(value="During failover attempt, the discovery features failed to start. Discovery may be disabled. Cause: {0}")
static final String FAILOVER_DISCOVERY_START_FAILURE
- See Also:
- Constant Field Values
TOO_MANY_FAILOVER_ATTEMPTS
@I18NMessage(value="Too many failover attempts have been made [{0}]. Exception that triggered the failover: [{1}]")
static final String TOO_MANY_FAILOVER_ATTEMPTS
- See Also:
- Constant Field Values
FAILOVER_LIST_HAS_LOCALHOST
@I18NMessage(value="!!! A server has registered under a loopback address [{0}] - this should only be done for testing and demo purposes. Only agents running on the same machine as that server will be able to interact with that server successfully. Please double check that you really want your server to have a public endpoint of [{0}]. See the Administration > High Availability > Servers menu in the server GUI to change the public endpoint of the server.")
static final String FAILOVER_LIST_HAS_LOCALHOST
- See Also:
- Constant Field Values
FAILOVER_LIST_LOADED
@I18NMessage(value="The server failover list has been loaded from [{0}] - there are [{1}] servers in the list")
static final String FAILOVER_LIST_LOADED
- See Also:
- Constant Field Values
FAILOVER_LIST_CANNOT_BE_LOADED
@I18NMessage(value="The server failover list cannot be loaded from [{0}]. Cause: {1}")
static final String FAILOVER_LIST_CANNOT_BE_LOADED
- See Also:
- Constant Field Values
FAILOVER_LIST_CANNOT_BE_DELETED
@I18NMessage(value="The server failover list is empty; but [{0}] cannot be deleted")
static final String FAILOVER_LIST_CANNOT_BE_DELETED
- See Also:
- Constant Field Values
FAILOVER_LIST_PERSISTED_EMPTY
@I18NMessage(value="The server failover list is empty; [{0}] has been deleted")
static final String FAILOVER_LIST_PERSISTED_EMPTY
- See Also:
- Constant Field Values
FAILOVER_LIST_PERSISTED
@I18NMessage(value="The server failover list has been persisted to [{0}]")
static final String FAILOVER_LIST_PERSISTED
- See Also:
- Constant Field Values
FAILOVER_LIST_CANNOT_BE_PERSISTED
@I18NMessage(value="The server failover list cannot be persisted to [{0}]. Cause: {1}")
static final String FAILOVER_LIST_CANNOT_BE_PERSISTED
- See Also:
- Constant Field Values
FAILOVER_LIST_DOWNLOADED
@I18NMessage(value="Downloaded an updated server failover list of size [{0}]")
static final String FAILOVER_LIST_DOWNLOADED
- See Also:
- Constant Field Values
FAILOVER_LIST_DOWNLOAD_FAILURE
@I18NMessage(value="Failed to download an updated server failover list. Cause: {0}")
static final String FAILOVER_LIST_DOWNLOAD_FAILURE
- See Also:
- Constant Field Values
FAILOVER_LIST_UNKNOWN_HOST
@I18NMessage(value="Failover list has an unknown host [{0}]")
static final String FAILOVER_LIST_UNKNOWN_HOST
- See Also:
- Constant Field Values
FAILOVER_LIST_UNREACHABLE_HOST
@I18NMessage(value="Failover list has an unreachable host [{0}] (tested ports [{1,number,#}] and [{2,number,#}]). Cause: {3}")
static final String FAILOVER_LIST_UNREACHABLE_HOST
- See Also:
- Constant Field Values
FAILOVER_LIST_CHECK_FAILED
@I18NMessage(value="!!! There are [{0}] servers that are potentially unreachable by this agent.\\n\\\nPlease double check all public endpoints of your servers and ensure\\n\\\nthey are all reachable by this agent. The failed server endpoints are:\\n\\\n{1}\\n\\\nSee the Administration > High Availability > Servers in the server GUI\\n\\\nto change the public endpoint of a server.\\n\\\nTHIS AGENT WILL WAIT UNTIL ONE OF ITS SERVERS BECOMES REACHABLE!")
static final String FAILOVER_LIST_CHECK_FAILED
- See Also:
- Constant Field Values
INPUT_EOF
@I18NMessage(value="The prompt input reader returned null. EOF?")
static final String INPUT_EOF
- See Also:
- Constant Field Values
INPUT_EXCEPTION
@I18NMessage(value="The prompt input reader stopped providing input due to an exception. EOF? Cause: {0}")
static final String INPUT_EXCEPTION
- See Also:
- Constant Field Values
INPUT_FACTORY_EXCEPTION
@I18NMessage(value="Failed to create prompt input reader.")
static final String INPUT_FACTORY_EXCEPTION
- See Also:
- Constant Field Values
PROMPT_CONFIRM
@I18NMessage(value="(type it again to confirm) ")
static final String PROMPT_CONFIRM
- See Also:
- Constant Field Values
PROMPT_CONFIRM_FAILED
@I18NMessage(value="Your answers did not match - please try again: ")
static final String PROMPT_CONFIRM_FAILED
- See Also:
- Constant Field Values
RECEIVED_COMMAND_STARTED_SENDER
@I18NMessage(value="Received a command - sounds like the server is up so the sender has been started")
static final String RECEIVED_COMMAND_STARTED_SENDER
- See Also:
- Constant Field Values
CLEANING_DATA_DIRECTORY
@I18NMessage(value="Agent has been asked to start up clean - cleaning out the data directory: {0}")
static final String CLEANING_DATA_DIRECTORY
- See Also:
- Constant Field Values
CLEANING_PLUGINS_DIRECTORY
@I18NMessage(value="Agent has been asked to purge all plugins - cleaning out the plugins directory: {0}")
static final String CLEANING_PLUGINS_DIRECTORY
- See Also:
- Constant Field Values
CLEANING_FILE
@I18NMessage(value="Purging file [{0}]. deleted successfully=[{1}]")
static final String CLEANING_FILE
- See Also:
- Constant Field Values
CLEAN_DATA_DIR_FAILURE
@I18NMessage(value="A failure occurred while trying to clean the data directory. Cause: {0}")
static final String CLEAN_DATA_DIR_FAILURE
- See Also:
- Constant Field Values
CLEAN_PLUGINS_FAILURE
@I18NMessage(value="A failure occurred while trying to purge the plugins. Cause: {0}")
static final String CLEAN_PLUGINS_FAILURE
- See Also:
- Constant Field Values
CLEAN_DATA_FILE_FAILURE
@I18NMessage(value="Failed to delete a data file [{0}]")
static final String CLEAN_DATA_FILE_FAILURE
- See Also:
- Constant Field Values
NATIVE_SYSTEM_DISABLED
@I18NMessage(value="The native system has been disabled.")
static final String NATIVE_SYSTEM_DISABLED
- See Also:
- Constant Field Values
REMOTING_NEW_AGENT_SERVICE
@I18NMessage(value="Remoting agent service [{0}] with remote interface [{1}]")
static final String REMOTING_NEW_AGENT_SERVICE
- See Also:
- Constant Field Values
ERROR_REMOTING_NEW_AGENT_SERVICE
@I18NMessage(value="Failed to remote agent service [{0}] with remote interface [{1}]")
static final String ERROR_REMOTING_NEW_AGENT_SERVICE
- See Also:
- Constant Field Values
UNREMOTING_AGENT_SERVICE
@I18NMessage(value="Unremoting agent service [{0}] (remote interface [{1}]) because it is stopping")
static final String UNREMOTING_AGENT_SERVICE
- See Also:
- Constant Field Values
FAILED_TO_REMOTE_STREAM
@I18NMessage(value="Failed to remote an input stream. Cause: {0}")
static final String FAILED_TO_REMOTE_STREAM
- See Also:
- Constant Field Values
FAILED_TO_REMOTE_OUTSTREAM
@I18NMessage(value="Failed to remote an output stream. Cause: {0}")
static final String FAILED_TO_REMOTE_OUTSTREAM
- See Also:
- Constant Field Values
WAITING_FOR_SERVER
@I18NMessage(value="The agent is waiting for the server - will sleep for [{0}] milliseconds")
static final String WAITING_FOR_SERVER
- See Also:
- Constant Field Values
CANNOT_WAIT_FOR_SERVER
@I18NMessage(value="The agent is shutdown - it cannot wait for the server")
static final String CANNOT_WAIT_FOR_SERVER
- See Also:
- Constant Field Values
FORCING_AGENT_REGISTRATION
@I18NMessage(value="The agent is not configured to register at startup; however, its local registration data is missing so the agent will be forced to re-register again")
static final String FORCING_AGENT_REGISTRATION
- See Also:
- Constant Field Values
UPDATING_PLUGINS_FAILURE
@I18NMessage(value="Failed to update the plugins.")
static final String UPDATING_PLUGINS_FAILURE
- See Also:
- Constant Field Values
RECONFIGURE_JAVA_LOGGING_START
@I18NMessage(value="Reconfiguring Java Logging...")
static final String RECONFIGURE_JAVA_LOGGING_START
- See Also:
- Constant Field Values
RECONFIGURE_JAVA_LOGGING_DONE
@I18NMessage(value="Done reconfiguring Java Logging.")
static final String RECONFIGURE_JAVA_LOGGING_DONE
- See Also:
- Constant Field Values
RECONFIGURE_JAVA_LOGGING_ERROR
@I18NMessage(value="Failed to reconfigure Java Logging.")
static final String RECONFIGURE_JAVA_LOGGING_ERROR
- See Also:
- Constant Field Values
LATEST_PLUGINS_COUNT
@I18NMessage(value="The server has [{0}] plugins available for download")
static final String LATEST_PLUGINS_COUNT
- See Also:
- Constant Field Values
LATEST_PLUGIN
@I18NMessage(value="Plugin available for download: id=[{0}], name=[{1}], displayName=[{2}], version=[{3}], path=[{4}], md5=[{5}], enabled=[{6}], description=[{7}]")
static final String LATEST_PLUGIN
- See Also:
- Constant Field Values
UPDATING_PLUGINS
@I18NMessage(value="Updating plugins to their latest versions.")
static final String UPDATING_PLUGINS
- See Also:
- Constant Field Values
UPDATING_PLUGINS_COMPLETE
@I18NMessage(value="Completed updating the plugins to their latest versions.")
static final String UPDATING_PLUGINS_COMPLETE
- See Also:
- Constant Field Values
UPDATING_PLUGINS_MARKER_CREATE_FAILURE
@I18NMessage(value="Failed to create updater marker file [{0}] - will continue but agent startup may fail. If so, restart agent. Cause. {1}")
static final String UPDATING_PLUGINS_MARKER_CREATE_FAILURE
- See Also:
- Constant Field Values
UPDATING_PLUGINS_MARKER_DELETE_FAILURE
@I18NMessage(value="Failed to delete updater marker file [{0}] - will continue but agent startup may fail. If so, delete the file manually.")
static final String UPDATING_PLUGINS_MARKER_DELETE_FAILURE
- See Also:
- Constant Field Values
PLUGIN_ALREADY_AT_LATEST
@I18NMessage(value="The plugin [{0}] is current and does not need to be updated.")
static final String PLUGIN_ALREADY_AT_LATEST
- See Also:
- Constant Field Values
PLUGIN_DISABLED_PLUGIN_DOWNLOAD_SKIPPED
@I18NMessage(value="The plugin [{0}] is disabled and will not be downloaded.")
static final String PLUGIN_DISABLED_PLUGIN_DOWNLOAD_SKIPPED
- See Also:
- Constant Field Values
PLUGIN_DISABLED_PLUGIN_DELETED
@I18NMessage(value="The disabled plugin file [{0}] is deleted,")
static final String PLUGIN_DISABLED_PLUGIN_DELETED
- See Also:
- Constant Field Values
PLUGIN_DISABLED_PLUGIN_DELETE_FAILED
@I18NMessage(value="The disabled plugin file [{0}] failed to be deleted.")
static final String PLUGIN_DISABLED_PLUGIN_DELETE_FAILED
- See Also:
- Constant Field Values
PLUGIN_NOT_ON_SERVER
@I18NMessage(value="The plugin [{0}] does not exist on the Server - renaming it to [{1}] so it will not get deployed by the Plugin Container.")
static final String PLUGIN_NOT_ON_SERVER
- See Also:
- Constant Field Values
PLUGIN_RENAME_FAILED
@I18NMessage(value="Failed to rename illegitimate plugin [{0}] to [{1}].")
static final String PLUGIN_RENAME_FAILED
- See Also:
- Constant Field Values
NEED_MISSING_PLUGIN
@I18NMessage(value="The plugin [{0}] does not yet exist - will retrieve the latest version.")
static final String NEED_MISSING_PLUGIN
- See Also:
- Constant Field Values
PLUGIN_NEEDS_TO_BE_UPDATED
@I18NMessage(value="The plugin [{0}] exists but is old and will be retrieved and updated to the latest version. Current MD5 is [{1}] and the latest MD5 is [{2}]")
static final String PLUGIN_NEEDS_TO_BE_UPDATED
- See Also:
- Constant Field Values
DOWNLOADING_PLUGIN
@I18NMessage(value="Downloading the plugin [{0}]...")
static final String DOWNLOADING_PLUGIN
- See Also:
- Constant Field Values
PLUGIN_BACKUP_FAILURE
@I18NMessage(value="Failed to backup the old plugin [{0}] to [{1}] - if the plugin download fails, the plugin will not be able to be restored")
static final String PLUGIN_BACKUP_FAILURE
- See Also:
- Constant Field Values
DOWNLOAD_PLUGIN_FAILURE
@I18NMessage(value="Failed to download the plugin [{0}]")
static final String DOWNLOAD_PLUGIN_FAILURE
- See Also:
- Constant Field Values
DOWNLOAD_PLUGIN_FAILURE_WILL_RETRY
@I18NMessage(value="Failed to download the plugin [{0}]. This was attempt #[{1}]. Will retry again in [{2}]ms. Cause: [{3}]")
static final String DOWNLOAD_PLUGIN_FAILURE_WILL_RETRY
- See Also:
- Constant Field Values
DOWNLOAD_PLUGIN_FAILURE_WILL_NOT_RETRY
@I18NMessage(value="Failed to download the plugin [{0}]. This was attempt #[{1}] - will no longer retry. This plugin will not be deployed in the agent. Cause: {2}")
static final String DOWNLOAD_PLUGIN_FAILURE_WILL_NOT_RETRY
- See Also:
- Constant Field Values
DOWNLOADING_PLUGIN_COMPLETE
@I18NMessage(value="The plugin [{0}] has been updated at [{1}].")
static final String DOWNLOADING_PLUGIN_COMPLETE
- See Also:
- Constant Field Values
DOWNLOADING_PLUGIN_SKIPPED
@I18NMessage(value="The plugin [{0}] is disabled and will not be updated.")
static final String DOWNLOADING_PLUGIN_SKIPPED
- See Also:
- Constant Field Values
UPDATING_PLUGINS_ALREADY_UPTODATE
@I18NMessage(value="All plugins are already up-to-date.")
static final String UPDATING_PLUGINS_ALREADY_UPTODATE
- See Also:
- Constant Field Values
PLUGIN_BACKUP_RESTORE_FAILURE
@I18NMessage(value="Failed to restore the plugin backup - the original plugin and its functionality is lost! [{0}]->[{1}]")
static final String PLUGIN_BACKUP_RESTORE_FAILURE
- See Also:
- Constant Field Values
NEW_SECURITY_TOKEN
@I18NMessage(value="A new security token has been persisted: {0}")
static final String NEW_SECURITY_TOKEN
- See Also:
- Constant Field Values
NO_SECURITY_TOKEN_YET
@I18NMessage(value="There is no security token yet - the server will not accept commands from this agent until the agent is registered.")
static final String NO_SECURITY_TOKEN_YET
- See Also:
- Constant Field Values
AGENT_REGISTRATION_ATTEMPT
@I18NMessage(value="Agent will now attempt to register with the server [{0}]")
static final String AGENT_REGISTRATION_ATTEMPT
- See Also:
- Constant Field Values
AGENT_REGISTRATION_RESULTS
@I18NMessage(value="Agent has successfully registered with the server. The results are: [{0}]")
static final String AGENT_REGISTRATION_RESULTS
- See Also:
- Constant Field Values
AGENT_REGISTRATION_FAILURE
@I18NMessage(value="Agent failed to register with the server. retry=[{0}], retry interval=[{1}]. Cause: {2}")
static final String AGENT_REGISTRATION_FAILURE
- See Also:
- Constant Field Values
AGENT_POSTREGISTRATION_FAILURE
@I18NMessage(value="Agent registered with the server but failed its postprocessing. Registration=[{1}]. Cause: {2}")
static final String AGENT_POSTREGISTRATION_FAILURE
- See Also:
- Constant Field Values
AGENT_REGISTRATION_ABORTED
@I18NMessage(value="Aborting the server registration attempt.")
static final String AGENT_REGISTRATION_ABORTED
- See Also:
- Constant Field Values
AGENT_REGISTRATION_REJECTED
@I18NMessage(value="The server has rejected the agent registration request. Cause: [{0}]")
static final String AGENT_REGISTRATION_REJECTED
- See Also:
- Constant Field Values
AGENT_REGISTRATION_RETRY
@I18NMessage(value="Will retry the agent registration request soon...")
static final String AGENT_REGISTRATION_RETRY
- See Also:
- Constant Field Values
AGENT_CANNOT_REGISTER
@I18NMessage(value="The agent cannot register with the server. Admin intervention needed!")
static final String AGENT_CANNOT_REGISTER
- See Also:
- Constant Field Values
PROMPT_STRING_STARTED
@I18NMessage(value="started")
static final String PROMPT_STRING_STARTED
- See Also:
- Constant Field Values
PROMPT_STRING_SHUTDOWN
@I18NMessage(value="shutdown")
static final String PROMPT_STRING_SHUTDOWN
- See Also:
- Constant Field Values
PROMPT_STRING_SENDING
@I18NMessage(value="sending")
static final String PROMPT_STRING_SENDING
- See Also:
- Constant Field Values
SERVER_ONLINE
@I18NMessage(value="The Agent has auto-detected the Server coming online [{0}] - the agent will be able to start sending messages now")
static final String SERVER_ONLINE
- See Also:
- Constant Field Values
SERVER_OFFLINE
@I18NMessage(value="The Agent has auto-detected the Server going offline [{0}] - the agent will stop sending new messages")
static final String SERVER_OFFLINE
- See Also:
- Constant Field Values
SERVER_ID_FAILURE
@I18NMessage(value="Failed to determine the actual identity of the server. This is normally due to the server not being up yet. You can usually ignore this message since it will be tried again later, however, you should ensure this failure was not really caused by a misconfiguration. Cause: {0}")
static final String SERVER_ID_FAILURE
- See Also:
- Constant Field Values
INVALID_LOCATOR_URI
@I18NMessage(value="The configured server locator URI is invalid [{0}]")
static final String INVALID_LOCATOR_URI
- See Also:
- Constant Field Values
PREFS_MUST_NOT_BE_NULL
@I18NMessage(value="Agent configuration preferences must not be null")
static final String PREFS_MUST_NOT_BE_NULL
- See Also:
- Constant Field Values
PREF_MUST_BE_GREATER_THAN_0
@I18NMessage(value="The [{0}] preference value specified is invalid [{1}] - it must be greater than 0; will use the default of [{2}]")
static final String PREF_MUST_BE_GREATER_THAN_0
- See Also:
- Constant Field Values
COMMAND_SPOOL_INVALID_MAX_SIZE
@I18NMessage(value="Command spool file maximum size must be equal to or greater than 10000")
static final String COMMAND_SPOOL_INVALID_MAX_SIZE
- See Also:
- Constant Field Values
COMMAND_SPOOL_INVALID_PURGE_PERCENTAGE
@I18NMessage(value="Command spool file purge percentage must be between 0 and 99")
static final String COMMAND_SPOOL_INVALID_PURGE_PERCENTAGE
- See Also:
- Constant Field Values
COMMAND_SPOOL_INVALID_FORMAT
@I18NMessage(value="Command spool file params format does not specify the parameters in the proper format")
static final String COMMAND_SPOOL_INVALID_FORMAT
- See Also:
- Constant Field Values
BAD_COMMAND_SPOOL_PREF
@I18NMessage(value="The [{0}] preference value specified is invalid [{1}] - it must be in the form \"max-file-size:purge-percentage\". Cause: [{2}]")
static final String BAD_COMMAND_SPOOL_PREF
- See Also:
- Constant Field Values
SEND_THROTTLE_INVALID_MAX
@I18NMessage(value="Send throttling max commands must be larger than 0")
static final String SEND_THROTTLE_INVALID_MAX
- See Also:
- Constant Field Values
SEND_THROTTLE_INVALID_QUIET_PERIOD
@I18NMessage(value="Send throttling quiet period must be equal to or greater than [{0}]")
static final String SEND_THROTTLE_INVALID_QUIET_PERIOD
- See Also:
- Constant Field Values
SEND_THROTTLE_INVALID_FORMAT
@I18NMessage(value="Send throttling format does not specify the throttling parameters in the proper format")
static final String SEND_THROTTLE_INVALID_FORMAT
- See Also:
- Constant Field Values
BAD_SEND_THROTTLE_PREF
@I18NMessage(value="The [{0}] preference value specified is invalid [{1}] - it must be in the form \"max-commands:quiet-period-milliseconds\". Send throttling configuration will be disabled. Cause: [{2}]")
static final String BAD_SEND_THROTTLE_PREF
- See Also:
- Constant Field Values
QUEUE_THROTTLE_INVALID_MAX
@I18NMessage(value="Queue throttling max commands must be larger than 0")
static final String QUEUE_THROTTLE_INVALID_MAX
- See Also:
- Constant Field Values
QUEUE_THROTTLE_INVALID_BURST_PERIOD
@I18NMessage(value="Queue throttling burst period must be equal to or greater than [{0}]")
static final String QUEUE_THROTTLE_INVALID_BURST_PERIOD
- See Also:
- Constant Field Values
QUEUE_THROTTLE_INVALID_FORMAT
@I18NMessage(value="Queue throttling format does not specify the throttling parameters in the proper format")
static final String QUEUE_THROTTLE_INVALID_FORMAT
- See Also:
- Constant Field Values
BAD_QUEUE_THROTTLE_PREF
@I18NMessage(value="The [{0}] preference value specified is invalid [{1}] - it must be in the form \"max-commands-per-burst:burst-period-milliseconds\". Queue throttling configuration will be disabled. Cause: [{2}]")
static final String BAD_QUEUE_THROTTLE_PREF
- See Also:
- Constant Field Values
CANNOT_GET_PREFERENCES
@I18NMessage(value="")
static final String CANNOT_GET_PREFERENCES
- See Also:
- Constant Field Values
CANNOT_STORE_PREFERENCES
@I18NMessage(value="Failed to store preference key [{0}] : {1}")
static final String CANNOT_STORE_PREFERENCES
- See Also:
- Constant Field Values
UNKNOWN
@I18NMessage(value="")
static final String UNKNOWN
- See Also:
- Constant Field Values
AGENT_START_FAILURE
@I18NMessage(value="Failed to start the agent")
static final String AGENT_START_FAILURE
- See Also:
- Constant Field Values
AGENT_START_RETRY_AFTER_FAILURE
@I18NMessage(value="Agent will be restarted soon to see if the failure condition cleared up")
static final String AGENT_START_RETRY_AFTER_FAILURE
- See Also:
- Constant Field Values
CREATING_AGENT
@I18NMessage(value="Agent being created now")
static final String CREATING_AGENT
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_INITIALIZED
@I18NMessage(value="The plugin container has been initialized with the following configuration: {0}")
static final String PLUGIN_CONTAINER_INITIALIZED
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_NOT_INITIALIZED
@I18NMessage(value="The plugin container has not been initialized. Check the log for further errors.")
static final String PLUGIN_CONTAINER_NOT_INITIALIZED
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_INITIALIZATION_INTERRUPTED
@I18NMessage(value="The plugin container initialization was interrupted - it will not be started.")
static final String PLUGIN_CONTAINER_INITIALIZATION_INTERRUPTED
- See Also:
- Constant Field Values
NO_PLUGINS
@I18NMessage(value="There are no plugins and the agent was told not to update them at startup.\\n\\\nThe agent will continue but it will not start the plugin container.")
static final String NO_PLUGINS
- See Also:
- Constant Field Values
PC_START_FAILED_WAITING_FOR_REGISTRATION
@I18NMessage(value="Failed to start plugin container because the agent did not register properly. Cause: {0}")
static final String PC_START_FAILED_WAITING_FOR_REGISTRATION
- See Also:
- Constant Field Values
CREATING_PLUGIN_CONTAINER_SERVER_SERVICES
@I18NMessage(value="Creating server service client end points.")
static final String CREATING_PLUGIN_CONTAINER_SERVER_SERVICES
- See Also:
- Constant Field Values
FAILED_TO_CREATE_PLUGIN_CONTAINER_SERVER_SERVICES
@I18NMessage(value="Failed to create server service client end points. Cause: {0}")
static final String FAILED_TO_CREATE_PLUGIN_CONTAINER_SERVER_SERVICES
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_SHUTDOWN
@I18NMessage(value="The plugin container has been shutdown")
static final String PLUGIN_CONTAINER_SHUTDOWN
- See Also:
- Constant Field Values
SERVER_AUTO_DETECT_ENABLED
@I18NMessage(value="Server auto-detection is enabled; listening for server at [{0}]")
static final String SERVER_AUTO_DETECT_ENABLED
- See Also:
- Constant Field Values
WEIRD_AUTO_DETECT_CONFIG
@I18NMessage(value="The agent has been configured with server auto-detection enabled; however, the multicast detector communications service has been disabled. Auto-detection needs that multicast detector in order to work. Auto-detection will, therefore, be disabled.")
static final String WEIRD_AUTO_DETECT_CONFIG
- See Also:
- Constant Field Values
NO_AUTO_DETECT
@I18NMessage(value="Neither server auto-detection nor polling is enabled - the client will be allowed to start sending commands immediately, but when the server is offline, be prepared for alot of errors to be logged")
static final String NO_AUTO_DETECT
- See Also:
- Constant Field Values
NATIVE_SYSINFO_UNAVAILABLE
@I18NMessage(value="Native system info is enabled, but the system info API is not accessible on this platform (sigar.jar not found in classpath or SIGAR shared library not found in shared library path). Enable DEBUG logging for more details.")
static final String NATIVE_SYSINFO_UNAVAILABLE
- See Also:
- Constant Field Values
NATIVE_SYSINFO_UNAVAILABLE_DEBUG
@I18NMessage(value="Native system info is enabled, but the system info API is not accessible on this platform (sigar.jar not found in classpath or SIGAR shared library not found in shared library path).")
static final String NATIVE_SYSINFO_UNAVAILABLE_DEBUG
- See Also:
- Constant Field Values
STARTUP_ERROR
@I18NMessage(value="The agent encountered an error during startup and must abort")
static final String STARTUP_ERROR
- See Also:
- Constant Field Values
SHUTTING_DOWN
@I18NMessage(value="Agent is being shut down...")
static final String SHUTTING_DOWN
- See Also:
- Constant Field Values
AGENT_SHUTDOWN
@I18NMessage(value="Agent has been shut down")
static final String AGENT_SHUTDOWN
- See Also:
- Constant Field Values
FAILED_TO_NOTIFY_SERVER_OF_SHUTDOWN
@I18NMessage(value="Agent failed to notify the server of the pending shutdown. Cause: {0}")
static final String FAILED_TO_NOTIFY_SERVER_OF_SHUTDOWN
- See Also:
- Constant Field Values
NOTIFYING_SERVER_OF_SHUTDOWN
@I18NMessage(value="Agent is notifying the server that it is shutting down.")
static final String NOTIFYING_SERVER_OF_SHUTDOWN
- See Also:
- Constant Field Values
NOT_NOTIFYING_SERVER_OF_SHUTDOWN
@I18NMessage(value="Agent is not notifying the server that it is shutting down because the server appears to be down.")
static final String NOT_NOTIFYING_SERVER_OF_SHUTDOWN
- See Also:
- Constant Field Values
CANNOT_FIND_CONFIG_FILE
@I18NMessage(value="Cannot find the configuration file [{0}]")
static final String CANNOT_FIND_CONFIG_FILE
- See Also:
- Constant Field Values
LOADING_CONFIG_FILE
@I18NMessage(value="Loading configuration file [{0}]")
static final String LOADING_CONFIG_FILE
- See Also:
- Constant Field Values
BAD_NODE_NAME_IN_CONFIG_FILE
@I18NMessage(value="The configuration file [{0}] does not have preferences under the node name [{1}]; use the -p option or a different config file")
static final String BAD_NODE_NAME_IN_CONFIG_FILE
- See Also:
- Constant Field Values
LOADED_CONFIG_FILE
@I18NMessage(value="Configuration file loaded [{0}]")
static final String LOADED_CONFIG_FILE
- See Also:
- Constant Field Values
OVERLAY_SYSPROP
@I18NMessage(value="Overlay configuration preferences with system property [{0}]=[{1}]")
static final String OVERLAY_SYSPROP
- See Also:
- Constant Field Values
INPUT_DONE
@I18NMessage(value="Agent no longer accepting input at prompt.")
static final String INPUT_DONE
- See Also:
- Constant Field Values
PROMPT_COMMAND_INVOKED
@I18NMessage(value="Prompt command invoked: {0}")
static final String PROMPT_COMMAND_INVOKED
- See Also:
- Constant Field Values
UNKNOWN_COMMAND
@I18NMessage(value="Unknown command: {0}")
static final String UNKNOWN_COMMAND
- See Also:
- Constant Field Values
COMMAND_FAILURE
@I18NMessage(value="Failed to execute prompt command [{0}]. Cause: {1}")
static final String COMMAND_FAILURE
- See Also:
- Constant Field Values
COMMAND_FAILURE_STACK_TRACE
@I18NMessage(value="Command failure stack trace follows:")
static final String COMMAND_FAILURE_STACK_TRACE
- See Also:
- Constant Field Values
USAGE
@I18NMessage(value="RHQ Agent\\n\\\n\\n\\\nUsage: {0} [options]\\n\\\n\\n\\\noptions:\\n\\\n\\ -a, --advanced If setup is needed at startup, the advanced setup is run, rather than the basic\\n\\\n\\ -c, --config= Specifies an agent configuration preferences file (on filesystem or classpath)\\n\\\n\\ -d, --daemon Agent runs in daemon mode - will not read from stdin for commands\\n\\\n\\ -D[=] Overrides an agent configuration preference and sets a system property\\n\\\n\\ -e, --console= Specifies the implementation to use when reading console input: jline, sigar, java\\n\\\n\\ -g, --purgeplugins Deletes all plugins, forcing the agent to re-download all of them\\n\\\n\\ -h, --help Shows this help message (default)\\n\\\n\\ -i, --input= Specifies a script file to be used for input\\n\\\n\\ -l, --cleanconfig Clears out any existing configuration and data files so the agent starts with a totally clean slate\\n\\\n\\ -n, --nostart If specified, the agent will not be automatically started\\n\\\n\\ -o, --output= Specifies a file to write all output (excluding log messages)\\n\\\n\\ -p, --pref= Specifies the agent preferences name used to identify what configuration to use\\n\\\n\\ -s, --setup Forces the agent to ask setup questions, even if it is fully configured\\n\\\n\\ -t, --nonative Forces the agent to disable the native system, even if it is configured for it\\n\\\n\\ -u, --purgedata Purges persistent inventory and other data files\\n\\\n\\ -- Stop processing options\\n")
static final String USAGE
- See Also:
- Constant Field Values
BAD_ARGS
@I18NMessage(value="Bad arguments")
static final String BAD_ARGS
- See Also:
- Constant Field Values
UNUSED_OPTION
@I18NMessage(value="Unused option: {0}")
static final String UNUSED_OPTION
- See Also:
- Constant Field Values
HELP_SHOWN
@I18NMessage(value="Help has been displayed - agent will not be created")
static final String HELP_SHOWN
- See Also:
- Constant Field Values
SYSPROP_SET
@I18NMessage(value="Set system property: {0}={1}")
static final String SYSPROP_SET
- See Also:
- Constant Field Values
NO_SLASHES_ALLOWED
@I18NMessage(value="The agent preference node name cannot have slash (\"/\") characters [{0}]")
static final String NO_SLASHES_ALLOWED
- See Also:
- Constant Field Values
BAD_INPUT_FILE
@I18NMessage(value="Failed to access the input file [{0}]. Cause: {1}")
static final String BAD_INPUT_FILE
- See Also:
- Constant Field Values
BAD_OUTPUT_FILE
@I18NMessage(value="Failed to access the output file [{0}]. Cause: {1}")
static final String BAD_OUTPUT_FILE
- See Also:
- Constant Field Values
LOAD_CONFIG_FILE_FAILURE
@I18NMessage(value="Failed to load configuration file [{0}]. Cause: {1}")
static final String LOAD_CONFIG_FILE_FAILURE
- See Also:
- Constant Field Values
ARGS_PROCESSED
@I18NMessage(value="Agent container has processed its command line arguments: {0}")
static final String ARGS_PROCESSED
- See Also:
- Constant Field Values
PREFERENCES_ALREADY_EXIST
@I18NMessage(value="Found preferences already loaded in persisted store; using those for the configuration")
static final String PREFERENCES_ALREADY_EXIST
- See Also:
- Constant Field Values
PREFERENCES_SCHEMA
@I18NMessage(value="Preferences configuration schema: [{0}]")
static final String PREFERENCES_SCHEMA
- See Also:
- Constant Field Values
PREFERENCES_NODE_PATH
@I18NMessage(value="Preferences node path where configuration is persisted: [{0}]")
static final String PREFERENCES_NODE_PATH
- See Also:
- Constant Field Values
CONFIGURATION
@I18NMessage(value="Agent configuration: {0}")
static final String CONFIGURATION
- See Also:
- Constant Field Values
HELP
@I18NMessage(value="help")
static final String HELP
- See Also:
- Constant Field Values
HELP_SYNTAX
@I18NMessage(value="help [command]")
static final String HELP_SYNTAX
- See Also:
- Constant Field Values
HELP_HELP
@I18NMessage(value="Shows help for a given command")
static final String HELP_HELP
- See Also:
- Constant Field Values
HELP_DETAILED_HELP
@I18NMessage(value="Provides the list of prompt commands that can be issued.\\n\\\nIf you specify a particular help command, this will show a\\n\\\ndetailed help message for that specific command.")
static final String HELP_DETAILED_HELP
- See Also:
- Constant Field Values
HELP_SYNTAX_LABEL
@I18NMessage(value="Syntax: {0}")
static final String HELP_SYNTAX_LABEL
- See Also:
- Constant Field Values
HELP_UNKNOWN
@I18NMessage(value="Cannot get help for unknown prompt command [{0}]")
static final String HELP_UNKNOWN
- See Also:
- Constant Field Values
LOG
@I18NMessage(value="log")
static final String LOG
- See Also:
- Constant Field Values
LOG_SYNTAX
@I18NMessage(value="log [locale | dumpstacks | dumpkeys ]")
static final String LOG_SYNTAX
- See Also:
- Constant Field Values
LOG_HELP
@I18NMessage(value="Configures some settings for the log messages")
static final String LOG_HELP
- See Also:
- Constant Field Values
LOG_DETAILED_HELP
@I18NMessage(value="Provides the ability to set some log message settings.\\n\\\nIf you do not specify any argument to the log command, it\\n\\\ndumps the current settings. Not all log messages will\\n\\\nbe affected; this mostly affects the core agent/comm logs.\\n\\\n\\n\\\ndumpstacks: if true, stack traces are dumped at all log levels\\n\\\n\\ when exceptions are logged. If false, only stacks\\n\\\n\\ are dumped if the exception is logged at the\\n\\\n\\ fatal log level.\\n\\\n\\ dumpkeys: if true, the log messages will be prefixed with their\\n\\\n\\ associated resource bundle key codes. Useful when you\\n\\\n\\ need to send log files to support.\\n\\\n\\ locale: allows you to change the locale of the log messages;\\n\\\n\\ language is required but country and variant are optional\\n\\\n\\ (for example: en or de_DE or fr_FR_EURO)")
static final String LOG_DETAILED_HELP
- See Also:
- Constant Field Values
LOG_LOCALE
@I18NMessage(value="locale")
static final String LOG_LOCALE
- See Also:
- Constant Field Values
LOG_DUMPSTACKS
@I18NMessage(value="dumpstacks")
static final String LOG_DUMPSTACKS
- See Also:
- Constant Field Values
LOG_DUMPKEYS
@I18NMessage(value="dumpkeys")
static final String LOG_DUMPKEYS
- See Also:
- Constant Field Values
LOG_TRUE
@I18NMessage(value="true")
static final String LOG_TRUE
- See Also:
- Constant Field Values
LOG_SHOW_CURRENT_SETTINGS
@I18NMessage(value="Current log settings are:\\n\\\nLog locale={0}\\n\\\nDump all stack traces={1}\\n\\\nDump message key codes={2}\\n")
static final String LOG_SHOW_CURRENT_SETTINGS
- See Also:
- Constant Field Values
LOG_FAILURE
@I18NMessage(value="Failed to perform log command; stack trace follows:")
static final String LOG_FAILURE
- See Also:
- Constant Field Values
SENDER
@I18NMessage(value="sender")
static final String SENDER
- See Also:
- Constant Field Values
SENDER_SYNTAX
@I18NMessage(value="sender ")
static final String SENDER_SYNTAX
- See Also:
- Constant Field Values
SENDER_START
@I18NMessage(value="start")
static final String SENDER_START
- See Also:
- Constant Field Values
SENDER_STOP
@I18NMessage(value="stop")
static final String SENDER_STOP
- See Also:
- Constant Field Values
SENDER_METRICS
@I18NMessage(value="metrics")
static final String SENDER_METRICS
- See Also:
- Constant Field Values
SENDER_STATUS
@I18NMessage(value="status")
static final String SENDER_STATUS
- See Also:
- Constant Field Values
SENDER_HELP
@I18NMessage(value="Controls the command sender to start or stop sending commands")
static final String SENDER_HELP
- See Also:
- Constant Field Values
SENDER_DETAILED_HELP
@I18NMessage(value="This forcibly tells the command sender to start or stop sending commands.\\n\\\nAuto-detection or server polling will automatically start the command\\n\\\nsender when they detect the RHQ Server has come online. They will\\n\\\nalso automatically stop the command sender from sending commands when\\n\\\nthey detect the RHQ Server has gone offline. If you have disabled\\n\\\nauto-detection and server polling or if they are configured but for\\n\\\nsome reason cannot detect the RHQ Server\'s state, this prompt command\\n\\\ncan be used to manually tell the command sender what to do.\\n\\\nThe metrics and status options do not alter the state of the sender;\\n\\\nthey just report information on the current state of the sender.")
static final String SENDER_DETAILED_HELP
- See Also:
- Constant Field Values
SENDER_AGENT_NOT_STARTED
@I18NMessage(value="The agent is shutdown - you cannot get or change the sender\'s status.")
static final String SENDER_AGENT_NOT_STARTED
- See Also:
- Constant Field Values
SENDER_METRICS_OUTPUT
@I18NMessage(value="The metric data for the command sender are as follows:\\n{0}")
static final String SENDER_METRICS_OUTPUT
- See Also:
- Constant Field Values
SENDER_STARTING
@I18NMessage(value="The command sender will now be started...")
static final String SENDER_STARTING
- See Also:
- Constant Field Values
SENDER_STOPPING
@I18NMessage(value="The command sender will now be stopped - please note that any commands\\n\\\ncurrently waiting in the queue will be sent first. Depending on the number\\n\\\nof commands waiting in the queue, this may or may not take awhile...")
static final String SENDER_STOPPING
- See Also:
- Constant Field Values
SENDER_IS_SENDING
@I18NMessage(value="The command sender has been started - it is in sending mode.")
static final String SENDER_IS_SENDING
- See Also:
- Constant Field Values
SENDER_IS_NOT_SENDING
@I18NMessage(value="The command sender has been stopped - it is NOT in sending mode.")
static final String SENDER_IS_NOT_SENDING
- See Also:
- Constant Field Values
SENDER_SERVER_ENDPOINT
@I18NMessage(value="The sender is pointing to the server endpoint of [{0}]")
static final String SENDER_SERVER_ENDPOINT
- See Also:
- Constant Field Values
SENDER_SERVER_ENDPOINT_CONFIG
@I18NMessage(value="The configured server endpoint is [{0}]")
static final String SENDER_SERVER_ENDPOINT_CONFIG
- See Also:
- Constant Field Values
SENDER_FAILURE
@I18NMessage(value="Failed to perform sender command; stack trace follows:")
static final String SENDER_FAILURE
- See Also:
- Constant Field Values
SCHEDULES
@I18NMessage(value="schedules")
static final String SCHEDULES
- See Also:
- Constant Field Values
SCHEDULES_HELP
@I18NMessage(value="Retrieves measurement schedule information for the specified resource")
static final String SCHEDULES_HELP
- See Also:
- Constant Field Values
SCHEDULES_SYNTAX
@I18NMessage(value="schedules ")
static final String SCHEDULES_SYNTAX
- See Also:
- Constant Field Values
SCHEDULES_UNKNOWN_RESOURCE
@I18NMessage(value="This agent does not manage a resource with id {0}")
static final String SCHEDULES_UNKNOWN_RESOURCE
- See Also:
- Constant Field Values
SCHEDULES_FAILURE
@I18NMessage(value="Failed to perform schedules command; stack trace follows:")
static final String SCHEDULES_FAILURE
- See Also:
- Constant Field Values
EXIT
@I18NMessage(value="exit")
static final String EXIT
- See Also:
- Constant Field Values
EXIT_HELP
@I18NMessage(value="Shuts down the agent\'s communications services and kills the agent")
static final String EXIT_HELP
- See Also:
- Constant Field Values
EXIT_SHUTTING_DOWN
@I18NMessage(value="Shutting down...")
static final String EXIT_SHUTTING_DOWN
- See Also:
- Constant Field Values
EXIT_SHUTDOWN_COMPLETE
@I18NMessage(value="Shutdown complete - agent will now exit.")
static final String EXIT_SHUTDOWN_COMPLETE
- See Also:
- Constant Field Values
EXIT_SHUTDOWN_ERROR
@I18NMessage(value="An error occurred during shutdown. Cause: {0}")
static final String EXIT_SHUTDOWN_ERROR
- See Also:
- Constant Field Values
DEBUG
@I18NMessage(value="debug")
static final String DEBUG
- See Also:
- Constant Field Values
DEBUG_SYNTAX
@I18NMessage(value="debug [--disable] [--enable] [--file=]\\n\\\n\\ [--comm=true|false] [--threaddump]")
static final String DEBUG_SYNTAX
- See Also:
- Constant Field Values
DEBUG_HELP
@I18NMessage(value="Provides features to help debug the agent.")
static final String DEBUG_HELP
- See Also:
- Constant Field Values
DEBUG_DETAILED_HELP
@I18NMessage(value="Provides features to help debug the agent.\\n\\\n-c|--comm=true|false: enables or disables server-agent communications trace.\\n\\\n-f|--file=: reconfigures the logging system with the given file.\\n\\\n\\ can be \'log4j.xml\', \'log4j-debug.xml\', \\n\\\n\\ \'log4j-warn.xml\' or any file found in /conf.\\n\\\n\\ You can even use your own log configuration file by\\n\\\n\\ placing it in the /conf directory.\\n\\\n-d|--disable: disabled debug logging. This is the same as \'-f log4j.xml\'.\\n\\\n-e|--enable: enable debug logging. This is the same as \'-f log4j-debug.xml\'.\\n\\\n-t|--threaddump: dumps the stacks for all threads in the agent VM.\\n\\\n")
static final String DEBUG_DETAILED_HELP
- See Also:
- Constant Field Values
DEBUG_LOG_FILE_LOADED
@I18NMessage(value="Switched to log file [{0}]. Root log level is [{1}]")
static final String DEBUG_LOG_FILE_LOADED
- See Also:
- Constant Field Values
DEBUG_CANNOT_LOAD_LOG_FILE
@I18NMessage(value="Cannot load log file [{0}]. Cause: {1}")
static final String DEBUG_CANNOT_LOAD_LOG_FILE
- See Also:
- Constant Field Values
DEBUG_CANNOT_DUMP_THREADS
@I18NMessage(value="Cannot dump thread stack traces. Cause: {0}")
static final String DEBUG_CANNOT_DUMP_THREADS
- See Also:
- Constant Field Values
DEBUG_CMD_TRACING_ENABLED
@I18NMessage(value="Agent-server communications tracing has been enabled.\\n\\\nYou may set the following, additional configuration settings\\n\\\nto collect more detailed trace data. You can set these\\n\\\nusing the \'setconfig\' prompt command. Please refer to the\\n\\\ndocumentation for more information on these settings. The\\n\\\nvalues you see here are the current settings:\\n\\\n\\ rhq.trace-command-config={0}\\n\\\n\\ rhq.trace-command-response-results={1,number,#}\\n\\\n\\ rhq.trace-command-size-threshold={2,number,#}\\n\\\n\\ rhq.trace-command-response-size-threshold={3,number,#}")
static final String DEBUG_CMD_TRACING_ENABLED
- See Also:
- Constant Field Values
DEBUG_CMD_TRACING_DISABLED
@I18NMessage(value="Agent-server communications tracing has been disabled.")
static final String DEBUG_CMD_TRACING_DISABLED
- See Also:
- Constant Field Values
FAILOVER
@I18NMessage(value="failover")
static final String FAILOVER
- See Also:
- Constant Field Values
FAILOVER_SYNTAX
@I18NMessage(value="failover --check | --list | --reset | --switch ")
static final String FAILOVER_SYNTAX
- See Also:
- Constant Field Values
FAILOVER_HELP
@I18NMessage(value="Provides HA failover functionality")
static final String FAILOVER_HELP
- See Also:
- Constant Field Values
FAILOVER_DETAILED_HELP
@I18NMessage(value="Provides HA failover functionality.\\n\\\n-c|--check: Checks to see if the agent is connected to its primary server,\\n\\\n\\ as opposed to one of its secondary failover servers. If not,\\n\\\n\\ will attempt to switchover to primary.\\n\\\n-l|--list: Will show the server failover list.\\n\\\n-r|--reset: Will reset the failover list index such that the next server to\\n\\\n\\ be failed over to (when necessary) will be the first server\\n\\\n\\ in the failover list.\\n\\\n-s|--switch : Immediately switch to the given server. This switch is\\n\\\n\\ to be considered a temporary change, unless you switch\\n\\\n\\ to the primary server of this agent. If you switch to\\n\\\n\\ a server that is not the primary, the agent will\\n\\\n\\ eventually perform its switchover check which will\\n\\\n\\ bring the agent back to its primary.\\n\\\n\\ can be a server name, in which case\\n\\\n\\ the same transport, port and transport params that are\\n\\\n\\ configured for the current server will stay the same.\\n\\\n\\ If you want to talk to the new server over a\\n\\\n\\ different transport or port, can be specified\\n\\\n\\ as a full endpoint URL.")
static final String FAILOVER_DETAILED_HELP
- See Also:
- Constant Field Values
FAILOVER_RESET_DONE
@I18NMessage(value="The failover list index has been reset to the top. The next time\\n\\\nthe agent needs to failover to a different server, it will try\\n\\\nthe server at the front of the list.")
static final String FAILOVER_RESET_DONE
- See Also:
- Constant Field Values
FAILOVER_CHECK_NOW
@I18NMessage(value="The agent will perform its primary server switchover check now.\\n\\\nIf it is not connected to its primary server, it will attempt\\n\\\nto switch over now. Use the prompt command to see\\n\\\nwhich server the agent is connected to.")
static final String FAILOVER_CHECK_NOW
- See Also:
- Constant Field Values
FAILOVER_IMMEDIATE_SWITCH_DONE
@I18NMessage(value="Switched over to server [{0}]")
static final String FAILOVER_IMMEDIATE_SWITCH_DONE
- See Also:
- Constant Field Values
FAILOVER_IMMEDIATE_SWITCH_FAILED
@I18NMessage(value="Failed to switch over to server [{0}]. See log file for details.")
static final String FAILOVER_IMMEDIATE_SWITCH_FAILED
- See Also:
- Constant Field Values
UPDATE
@I18NMessage(value="update")
static final String UPDATE
- See Also:
- Constant Field Values
UPDATE_SYNTAX
@I18NMessage(value="update <--update | --version | --enable | --disable | --download | --status>")
static final String UPDATE_SYNTAX
- See Also:
- Constant Field Values
UPDATE_HELP
@I18NMessage(value="Provides agent update functionality")
static final String UPDATE_HELP
- See Also:
- Constant Field Values
UPDATE_DETAILED_HELP
@I18NMessage(value="Provides agent update functionality.\\n\\\n-u, --update: Updates the agent now. The current agent will exit.\\n\\\n-v, --version: Checks the version information for the available agent update\\n\\\n-e, --enable: Enables the agent to be able to update itself\\n\\\n-d, --disable: Disallow the agent from being able to update itself\\n\\\n-o, --download: Downloads the agent update binary\\n\\\n-s, --status: Indicates if the agent is allowed to update itself or not")
static final String UPDATE_DETAILED_HELP
- See Also:
- Constant Field Values
UPDATE_CHECK_INFO
@I18NMessage(value="Agent update version obtained from [{0}]:\\n\\\nAgent Update Binary Version: {1} ({2})\\n\\\n\\ This Agent Version: {3} ({4})")
static final String UPDATE_CHECK_INFO
- See Also:
- Constant Field Values
UPDATE_CHECK_NOT_OOD
@I18NMessage(value="Agent is up to date.")
static final String UPDATE_CHECK_NOT_OOD
- See Also:
- Constant Field Values
UPDATE_CHECK_OOD
@I18NMessage(value="Agent is out of date and needs to be updated!")
static final String UPDATE_CHECK_OOD
- See Also:
- Constant Field Values
UPDATE_CHECK_OOD_STRICT
@I18NMessage(value="Agent has the same version as the agent update binary,\\n\\\nbut it has a different build as the update. Therefore,\\n\\\nthe agent is out of date and needs to be updated!")
static final String UPDATE_CHECK_OOD_STRICT
- See Also:
- Constant Field Values
UPDATE_CHECK_FAILED
@I18NMessage(value="Failed to get the agent update version from [{0}]. Cause: {1}")
static final String UPDATE_CHECK_FAILED
- See Also:
- Constant Field Values
UPDATE_ENABLED
@I18NMessage(value="Agent updates are enabled.")
static final String UPDATE_ENABLED
- See Also:
- Constant Field Values
UPDATE_DISABLED
@I18NMessage(value="Agent updates are disabled.")
static final String UPDATE_DISABLED
- See Also:
- Constant Field Values
UPDATE_DOWNLOADED
@I18NMessage(value="Downloaded the agent update binary to [{0}]")
static final String UPDATE_DOWNLOADED
- See Also:
- Constant Field Values
UPDATE_DOWNLOAD_FAILED
@I18NMessage(value="Failed to download the agent update binary. Cause: {0}")
static final String UPDATE_DOWNLOAD_FAILED
- See Also:
- Constant Field Values
QUIT
@I18NMessage(value="quit")
static final String QUIT
- See Also:
- Constant Field Values
VERSION
@I18NMessage(value="version")
static final String VERSION
- See Also:
- Constant Field Values
VERSION_SYNTAX
@I18NMessage(value="version [--sysprops[=name]] [--env[=name]] [--host]")
static final String VERSION_SYNTAX
- See Also:
- Constant Field Values
VERSION_HELP
@I18NMessage(value="Shows information on agent version and agent environment")
static final String VERSION_HELP
- See Also:
- Constant Field Values
VERSION_SYSPROPS_LABEL
@I18NMessage(value="System Properties:")
static final String VERSION_SYSPROPS_LABEL
- See Also:
- Constant Field Values
VERSION_ENV_LABEL
@I18NMessage(value="Environment Variables:")
static final String VERSION_ENV_LABEL
- See Also:
- Constant Field Values
VERSION_HOST_LABEL
@I18NMessage(value="Host Information:")
static final String VERSION_HOST_LABEL
- See Also:
- Constant Field Values
IDENTIFY
@I18NMessage(value="identify")
static final String IDENTIFY
- See Also:
- Constant Field Values
IDENTIFY_SYNTAX
@I18NMessage(value="identify [endpoint]")
static final String IDENTIFY_SYNTAX
- See Also:
- Constant Field Values
IDENTIFY_HELP
@I18NMessage(value="Asks to identify a remote server")
static final String IDENTIFY_HELP
- See Also:
- Constant Field Values
IDENTIFY_ASK_SERVER_FOR_ID
@I18NMessage(value="Asking for identification of RHQ Server...")
static final String IDENTIFY_ASK_SERVER_FOR_ID
- See Also:
- Constant Field Values
IDENTIFY_ASK_REMOTE_SERVER_FOR_ID
@I18NMessage(value="Asking for identification of remote server at [{0}]")
static final String IDENTIFY_ASK_REMOTE_SERVER_FOR_ID
- See Also:
- Constant Field Values
IDENTIFY_INVALID_LOCATOR_URI
@I18NMessage(value="You specified an invalid locator URI [{0}]")
static final String IDENTIFY_INVALID_LOCATOR_URI
- See Also:
- Constant Field Values
IDENTIFY_REMOTE_FAILURE
@I18NMessage(value="An error occurred asking the remote endpoint for identification")
static final String IDENTIFY_REMOTE_FAILURE
- See Also:
- Constant Field Values
IDENTIFY_NOT_SENDING
@I18NMessage(value="The agent is not able to send data right now (is the agent shutdown?)")
static final String IDENTIFY_NOT_SENDING
- See Also:
- Constant Field Values
IDENTIFY_DETAILED_HELP
@I18NMessage(value="This will send a request-for-identification message to a remote server.\\n\\\nIf you do not specify an endpoint (either as a hostname or full URI), this will\\n\\\nsend the command to the RHQ Server. If you wish to identify\\n\\\na different endpoint, you can specify it as an argument to this command.")
static final String IDENTIFY_DETAILED_HELP
- See Also:
- Constant Field Values
CONFIG
@I18NMessage(value="config")
static final String CONFIG
- See Also:
- Constant Field Values
CONFIG_SYNTAX
@I18NMessage(value="config list | import | export ")
static final String CONFIG_SYNTAX
- See Also:
- Constant Field Values
CONFIG_HELP
@I18NMessage(value="Manages the agent configuration")
static final String CONFIG_HELP
- See Also:
- Constant Field Values
CONFIG_LIST
@I18NMessage(value="list")
static final String CONFIG_LIST
- See Also:
- Constant Field Values
CONFIG_IMPORT
@I18NMessage(value="import")
static final String CONFIG_IMPORT
- See Also:
- Constant Field Values
CONFIG_IMPORT_CONFIG_IMPORTED
@I18NMessage(value="Agent configuration has been imported and overlayed on top of current configuration: ")
static final String CONFIG_IMPORT_CONFIG_IMPORTED
- See Also:
- Constant Field Values
CONFIG_EXPORT
@I18NMessage(value="export")
static final String CONFIG_EXPORT
- See Also:
- Constant Field Values
CONFIG_EXPORT_CONFIG_EXPORTED
@I18NMessage(value="Agent configuration has been exported to: ")
static final String CONFIG_EXPORT_CONFIG_EXPORTED
- See Also:
- Constant Field Values
CONFIG_FAILURE
@I18NMessage(value="Failed to perform config command; stack trace follows:")
static final String CONFIG_FAILURE
- See Also:
- Constant Field Values
CONFIG_DETAILED_HELP
@I18NMessage(value="\\ list: Allows you to list the configuration preferences in XML format\\n\\\nimport: Imports a configuration file containing the new preferences\\n\\\nexport: Exports the current configuration to a file in XML format")
static final String CONFIG_DETAILED_HELP
- See Also:
- Constant Field Values
GETCONFIG
@I18NMessage(value="getconfig")
static final String GETCONFIG
- See Also:
- Constant Field Values
GETCONFIG_SYNTAX
@I18NMessage(value="getconfig [preference name]...")
static final String GETCONFIG_SYNTAX
- See Also:
- Constant Field Values
GETCONFIG_CANNOT_GET
@I18NMessage(value="Cannot get preferences: {0}")
static final String GETCONFIG_CANNOT_GET
- See Also:
- Constant Field Values
GETCONFIG_UNKNOWN_VALUE
@I18NMessage(value="")
static final String GETCONFIG_UNKNOWN_VALUE
- See Also:
- Constant Field Values
GETCONFIG_HELP
@I18NMessage(value="Displays one, several or all agent configuration preferences")
static final String GETCONFIG_HELP
- See Also:
- Constant Field Values
GETCONFIG_DETAILED_HELP
@I18NMessage(value="If no arguments are given to this command, all preferences that have\\n\\\nbeen explicitly set are listed in name/value pair format. Note that\\n\\\nundefined preferences (i.e. those not explictly set) will not be listed, in\\n\\\nwhich case an internally defined default will be used. You can provide names\\n\\\nof preferences to this command if you only wish to see specific ones.")
static final String GETCONFIG_DETAILED_HELP
- See Also:
- Constant Field Values
PING
@I18NMessage(value="ping")
static final String PING
- See Also:
- Constant Field Values
PING_GUARANTEED
@I18NMessage(value="guaranteed")
static final String PING_GUARANTEED
- See Also:
- Constant Field Values
PING_GUARANTEED_FOR_ASYNC_ONLY
@I18NMessage(value="You cannot guarantee synchronous commands - only asynchronous commands can be guaranteed.\\n\\\nSet rhq.agent.test.blast-count to something greater than 1 for asynchronous pinging.")
static final String PING_GUARANTEED_FOR_ASYNC_ONLY
- See Also:
- Constant Field Values
PING_PINGING
@I18NMessage(value="Pinging...")
static final String PING_PINGING
- See Also:
- Constant Field Values
PING_PING_RESULTS
@I18NMessage(value="Ping results: [{0}]")
static final String PING_PING_RESULTS
- See Also:
- Constant Field Values
PING_TIMESTAMPED_PING_RESULTS
@I18NMessage(value="{0,date,short} {0,time,short}: Ping results: [{1}]")
static final String PING_TIMESTAMPED_PING_RESULTS
- See Also:
- Constant Field Values
PING_PING_FAILED
@I18NMessage(value="Ping failed: [{0}]")
static final String PING_PING_FAILED
- See Also:
- Constant Field Values
PING_ASYNC_PING
@I18NMessage(value="Making asynchronous ping call #{0} - guaranteed flag is [{1}]")
static final String PING_ASYNC_PING
- See Also:
- Constant Field Values
PING_AGENT_NOT_STARTED
@I18NMessage(value="The agent is shutdown - you cannot send ping messages until you start the agent.")
static final String PING_AGENT_NOT_STARTED
- See Also:
- Constant Field Values
PING_SYNTAX
@I18NMessage(value="ping [guaranteed]")
static final String PING_SYNTAX
- See Also:
- Constant Field Values
PING_HELP
@I18NMessage(value="Pings the RHQ Server")
static final String PING_HELP
- See Also:
- Constant Field Values
PING_DETAILED_HELP
@I18NMessage(value="This sends a ping request to the RHQ Server.\\n\\\nAs a testing mechanism, you can send multiple ping requests\\n\\\nasynchronously by setting the \"rhq.agent.test.blast-count\" preference\\n\\\nto the number of times you want to send the ping request.")
static final String PING_DETAILED_HELP
- See Also:
- Constant Field Values
PIQL
@I18NMessage(value="piql")
static final String PIQL
- See Also:
- Constant Field Values
PIQL_SYNTAX
@I18NMessage(value="piql [verbose] ")
static final String PIQL_SYNTAX
- See Also:
- Constant Field Values
PIQL_HELP
@I18NMessage(value="Executes a PIQL query to search for running processes")
static final String PIQL_HELP
- See Also:
- Constant Field Values
PIQL_DETAILED_HELP
@I18NMessage(value="This will probe the operating system\'s process table and query\\n\\\nthe running processess to see which ones match the PIQL query string.\\n\\\nA valid PIQL query string has the format:\\n\\\n\\ ||=\\n\\\nwhere:\\n\\\n\\ is one of: process, arg\\n\\\n\\ is name, basename, pidfile or an actual process arg name/number\\n\\\n\\ is one of: match, nomatch\\n\\\nPlease see the PIQL documentation for more information.")
static final String PIQL_DETAILED_HELP
- See Also:
- Constant Field Values
PIQL_VERBOSE
@I18NMessage(value="verbose")
static final String PIQL_VERBOSE
- See Also:
- Constant Field Values
PIQL_NO_NATIVE_SUPPORT
@I18NMessage(value="Your platform/operating system is not supported. You cannot run PIQL queries.\\n\\\n({0})")
static final String PIQL_NO_NATIVE_SUPPORT
- See Also:
- Constant Field Values
PIQL_FAILURE
@I18NMessage(value="Could not execute the PIQL query. The exception message is: {0}")
static final String PIQL_FAILURE
- See Also:
- Constant Field Values
PIQL_RESULTS_HEADER
@I18NMessage(value="PIQL Query: [{0}]\\n\\\nFound the following matching processes:\\n\\\n")
static final String PIQL_RESULTS_HEADER
- See Also:
- Constant Field Values
PIQL_RESULTS_FULL
@I18NMessage(value="pid={0,number,#}, ppid={1,number,#}, name={2}, created={3,date,short}, kernel-time={4,number,#}, user-time={5,number,#}, command-line={6}")
static final String PIQL_RESULTS_FULL
- See Also:
- Constant Field Values
PIQL_RESULTS_SHORT
@I18NMessage(value="{0,number,#} {1}")
static final String PIQL_RESULTS_SHORT
- See Also:
- Constant Field Values
REMOTE
@I18NMessage(value="remote")
static final String REMOTE
- See Also:
- Constant Field Values
REMOTE_SYNTAX
@I18NMessage(value="remote ")
static final String REMOTE_SYNTAX
- See Also:
- Constant Field Values
REMOTE_ISSUING
@I18NMessage(value="Issuing command...")
static final String REMOTE_ISSUING
- See Also:
- Constant Field Values
REMOTE_FAILURE
@I18NMessage(value="Failed to issue remote command")
static final String REMOTE_FAILURE
- See Also:
- Constant Field Values
REMOTE_HELP
@I18NMessage(value="Executes a command on a remote server")
static final String REMOTE_HELP
- See Also:
- Constant Field Values
REMOTE_DETAILED_HELP
@I18NMessage(value="This sends a generic command to any remote server for execution.\\n\\\nThis uses the CmdlineClient to parse and send the command. Its usage is as follows:\\n\\n\\\n{0}")
static final String REMOTE_DETAILED_HELP
- See Also:
- Constant Field Values
SERVER
@I18NMessage(value="server")
static final String SERVER
- See Also:
- Constant Field Values
SERVER_SYNTAX
@I18NMessage(value="remote ")
static final String SERVER_SYNTAX
- See Also:
- Constant Field Values
SERVER_SENDING
@I18NMessage(value="Sending command to RHQ Server...")
static final String SERVER_SENDING
- See Also:
- Constant Field Values
SERVER_FAILURE
@I18NMessage(value="Failed to issue remote command")
static final String SERVER_FAILURE
- See Also:
- Constant Field Values
SERVER_HELP
@I18NMessage(value="Sends a command to the RHQ Server")
static final String SERVER_HELP
- See Also:
- Constant Field Values
SERVER_DETAILED_HELP
@I18NMessage(value="This sends a generic command to the RHQ Server for execution.\\n\\\nThis uses the CmdlineClient to parse the command.\\n\\\nIts usage is as follows:\\n\\n\\\n{0}")
static final String SERVER_DETAILED_HELP
- See Also:
- Constant Field Values
START
@I18NMessage(value="start")
static final String START
- See Also:
- Constant Field Values
START_STARTING
@I18NMessage(value="Starting the agent...")
static final String START_STARTING
- See Also:
- Constant Field Values
START_STARTED
@I18NMessage(value="Started the agent successfully.")
static final String START_STARTED
- See Also:
- Constant Field Values
START_ALREADY_STARTED
@I18NMessage(value="Agent is already started.")
static final String START_ALREADY_STARTED
- See Also:
- Constant Field Values
START_FAILURE
@I18NMessage(value="Failed to start the agent")
static final String START_FAILURE
- See Also:
- Constant Field Values
START_HELP
@I18NMessage(value="Starts the agent comm services so it can accept remote requests")
static final String START_HELP
- See Also:
- Constant Field Values
START_DETAILED_HELP
@I18NMessage(value="Starts the agent comm services, plugin container and all\\n\\\nother internal services necessary to bring the agent fully\\n\\\nup and ready to manage resources. Note specifically that\\n\\\nthis command will automatically start your plugin container\\n\\\nand sender object even if you explicitly stopped them earlier\\n\\\nvia the pc or sender command. In other words, when this command\\n\\\nis executed, all internal services will be started for you,\\n\\\nregardless of their past state.")
static final String START_DETAILED_HELP
- See Also:
- Constant Field Values
SHUTDOWN
@I18NMessage(value="shutdown")
static final String SHUTDOWN
- See Also:
- Constant Field Values
SHUTDOWN_SHUTTING_DOWN
@I18NMessage(value="Shutting down...")
static final String SHUTDOWN_SHUTTING_DOWN
- See Also:
- Constant Field Values
SHUTDOWN_DONE
@I18NMessage(value="Shutdown complete.")
static final String SHUTDOWN_DONE
- See Also:
- Constant Field Values
SHUTDOWN_ALREADY_SHUTDOWN
@I18NMessage(value="Agent is already shutdown.")
static final String SHUTDOWN_ALREADY_SHUTDOWN
- See Also:
- Constant Field Values
SHUTDOWN_HELP
@I18NMessage(value="Shuts down all communications services without killing the agent")
static final String SHUTDOWN_HELP
- See Also:
- Constant Field Values
SHUTDOWN_DETAILED_HELP
@I18NMessage(value="Instructs the agent to shutdown the communications services\\n\\\nbut does not kill the agent. After this command executes,\\n\\\nthe agent cannot send communications out or receive communications in.")
static final String SHUTDOWN_DETAILED_HELP
- See Also:
- Constant Field Values
SLEEP
@I18NMessage(value="sleep")
static final String SLEEP
- See Also:
- Constant Field Values
SLEEP_SYNTAX
@I18NMessage(value="sleep ")
static final String SLEEP_SYNTAX
- See Also:
- Constant Field Values
SLEEP_SLEEPING
@I18NMessage(value="Sleeping...")
static final String SLEEP_SLEEPING
- See Also:
- Constant Field Values
SLEEP_SLEEPING_ERROR
@I18NMessage(value="Sleeping error: {0}")
static final String SLEEP_SLEEPING_ERROR
- See Also:
- Constant Field Values
SLEEP_SLEEPING_DONE
@I18NMessage(value="Sleeping done.")
static final String SLEEP_SLEEPING_DONE
- See Also:
- Constant Field Values
SLEEP_HELP
@I18NMessage(value="Puts the agent prompt to sleep for a given amount of seconds.")
static final String SLEEP_HELP
- See Also:
- Constant Field Values
SLEEP_DETAILED_HELP
@I18NMessage(value="Puts the agent prompt to sleep for a given amount of seconds.\\n\\\nThis does not put the entire agent to sleep, only the prompt.\\n\\\nThis is normally useful when testing the agent.")
static final String SLEEP_DETAILED_HELP
- See Also:
- Constant Field Values
SETUP
@I18NMessage(value="setup")
static final String SETUP
- See Also:
- Constant Field Values
SETUP_ADVANCED
@I18NMessage(value="advanced")
static final String SETUP_ADVANCED
- See Also:
- Constant Field Values
SETUP_ALL
@I18NMessage(value="all")
static final String SETUP_ALL
- See Also:
- Constant Field Values
SETUP_SYNTAX
@I18NMessage(value="setup [advanced | all]")
static final String SETUP_SYNTAX
- See Also:
- Constant Field Values
SETUP_HELP
@I18NMessage(value="Sets up the agent configuration by asking a series of questions")
static final String SETUP_HELP
- See Also:
- Constant Field Values
SETUP_INTRO
@I18NMessage(value="Answer the following questions to setup this RHQ Agent instance.")
static final String SETUP_INTRO
- See Also:
- Constant Field Values
SETUP_INTRO_ADVANCED
@I18NMessage(value="** Advanced Setup **\\n\\\nAnswer the following questions to setup this RHQ Agent instance.\\n\\\nThis will ask for basic and secondary configuration preferences\\n\\\nthus allowing you to fine tune the agent via these advanced settings.\\n\\\nPlease refer to the help text and documentation if you are not sure\\n\\\nwhat a setting does or what are its appropriate values.")
static final String SETUP_INTRO_ADVANCED
- See Also:
- Constant Field Values
SETUP_INTRO_ALL
@I18NMessage(value="!! Full Advanced Setup !!\\n\\\nAnswer the following questions to setup this RHQ Agent instance.\\n\\\nThis will ask for practically all possible configuration preferences\\n\\\nthus allowing you to fine tune the agent via every available setting.\\n\\\nPlease refer to the help text and documentation if you are not sure\\n\\\nwhat a setting does or what are its appropriate values.")
static final String SETUP_INTRO_ALL
- See Also:
- Constant Field Values
SETUP_MUST_BE_STOPPED
@I18NMessage(value="This RHQ Agent instance has started - you cannot setup a started RHQ Agent.\\n\\\nPlease stop it using the shutdown command before attempting to set it up.")
static final String SETUP_MUST_BE_STOPPED
- See Also:
- Constant Field Values
SETUP_BAD_CLIENT_AUTH_MODE
@I18NMessage(value="[{0}] is invalid. Valid client authentication modes are: {1}, {2}, {3}.")
static final String SETUP_BAD_CLIENT_AUTH_MODE
- See Also:
- Constant Field Values
SETUP_BAD_COMMAND_SPOOL_PARAMS
@I18NMessage(value="That value [{0}] is invalid. Please make sure you use the proper format and values for the command spool file parameters. See the help text for more information.")
static final String SETUP_BAD_COMMAND_SPOOL_PARAMS
- See Also:
- Constant Field Values
SETUP_BAD_QUEUE_THROTTLING_PARAMS
@I18NMessage(value="That value [{0}] is invalid. Please make sure you use the proper format and values for the queue throttling parameters. See the help text for more information.")
static final String SETUP_BAD_QUEUE_THROTTLING_PARAMS
- See Also:
- Constant Field Values
SETUP_BAD_SEND_THROTTLING_PARAMS
@I18NMessage(value="That value [{0}] is invalid. Please make sure you use the proper format and values for the send throttling parameters. See the help text for more information.")
static final String SETUP_BAD_SEND_THROTTLING_PARAMS
- See Also:
- Constant Field Values
SETCONFIG
@I18NMessage(value="setconfig")
static final String SETCONFIG
- See Also:
- Constant Field Values
SETCONFIG_SYNTAX
@I18NMessage(value="setconfig [=]")
static final String SETCONFIG_SYNTAX
- See Also:
- Constant Field Values
SETCONFIG_SET
@I18NMessage(value="Set preference: {0}={1}")
static final String SETCONFIG_SET
- See Also:
- Constant Field Values
SETCONFIG_REMOVED
@I18NMessage(value="Removed preference: {0}")
static final String SETCONFIG_REMOVED
- See Also:
- Constant Field Values
SETCONFIG_FLUSH_FAILED
@I18NMessage(value="Failed to flush the new configuration. Cause: {0}")
static final String SETCONFIG_FLUSH_FAILED
- See Also:
- Constant Field Values
SETCONFIG_HELP
@I18NMessage(value="Sets an agent configuration preference")
static final String SETCONFIG_HELP
- See Also:
- Constant Field Values
SETCONFIG_DETAILED_HELP
@I18NMessage(value="This sets a given named preference to the agent configuration.\\n\\\nIf just the name is given to this command, this will remove the named\\n\\\npreference from the agent configuration. Note that when adding/removing\\n\\\npreferences from the agent configuration, it also will add/remove the\\n\\\nsame name/value pair to/from the JVM System properties.")
static final String SETCONFIG_DETAILED_HELP
- See Also:
- Constant Field Values
SERVERASYNC
@I18NMessage(value="serverasync")
static final String SERVERASYNC
- See Also:
- Constant Field Values
SERVERASYNC_SYNTAX
@I18NMessage(value="serverasync ")
static final String SERVERASYNC_SYNTAX
- See Also:
- Constant Field Values
SERVERASYNC_QUEUED
@I18NMessage(value="Command queued: {0}")
static final String SERVERASYNC_QUEUED
- See Also:
- Constant Field Values
SERVERASYNC_FAILURE
@I18NMessage(value="Failed to issue remote command")
static final String SERVERASYNC_FAILURE
- See Also:
- Constant Field Values
SERVERASYNC_HELP
@I18NMessage(value="Sends a command asynchronously to the RHQ Server")
static final String SERVERASYNC_HELP
- See Also:
- Constant Field Values
SERVERASYNC_DETAILED_HELP
@I18NMessage(value="This sends a generic command to the RHQ Server asyncronously for execution.\\n\\\nAs a testing mechanism, you can send multiple copies of the same\\n\\\ncommand by setting the \"rhq.agent.test.blast-count\" preference\\n\\\nto the number of times you want to send the command.\\n\\\nThis uses the CmdlineClient to parse the command. Its usage is as follows:\\n\\n\\\n{0}")
static final String SERVERASYNC_DETAILED_HELP
- See Also:
- Constant Field Values
SERVERASYNC_FINISHED
@I18NMessage(value="Command has asynchronously finished execution [{0}]")
static final String SERVERASYNC_FINISHED
- See Also:
- Constant Field Values
SERVERASYNC_RECOVERED
@I18NMessage(value="Command was recovered and executed [{0}]")
static final String SERVERASYNC_RECOVERED
- See Also:
- Constant Field Values
DUMPSPOOL
@I18NMessage(value="dumpspool")
static final String DUMPSPOOL
- See Also:
- Constant Field Values
DUMPSPOOL_SYNTAX
@I18NMessage(value="dumpspool [object|hex]")
static final String DUMPSPOOL_SYNTAX
- See Also:
- Constant Field Values
DUMPSPOOL_OBJ
@I18NMessage(value="object")
static final String DUMPSPOOL_OBJ
- See Also:
- Constant Field Values
DUMPSPOOL_HEX
@I18NMessage(value="hex")
static final String DUMPSPOOL_HEX
- See Also:
- Constant Field Values
DUMPSPOOL_HELP
@I18NMessage(value="Shows the entries found in the command spool file")
static final String DUMPSPOOL_HELP
- See Also:
- Constant Field Values
DUMPSPOOL_DETAILED_HELP
@I18NMessage(value="Shows the entries found in the command spool file as objects or as raw data.\\n\\\nIf you do not enter any arguments, this simply shows you how many commands\\n\\\nare spooled waiting to be sent. You can provide an argument indicating\\n\\\nhow you want to display each command entry in the spool file: as an object\\n\\\nor as raw data in hexidecimal format.")
static final String DUMPSPOOL_DETAILED_HELP
- See Also:
- Constant Field Values
DUMPSPOOL_NO_FILE
@I18NMessage(value="There is no command spool file configured - the agent is not persisting commands")
static final String DUMPSPOOL_NO_FILE
- See Also:
- Constant Field Values
DUMPSPOOL_ERROR
@I18NMessage(value="An error occurred while attempting to read and display the entries from the command spool file [{0}]. Cause: {1}")
static final String DUMPSPOOL_ERROR
- See Also:
- Constant Field Values
TIMER
@I18NMessage(value="timer")
static final String TIMER
- See Also:
- Constant Field Values
TIMER_SYNTAX
@I18NMessage(value="timer ")
static final String TIMER_SYNTAX
- See Also:
- Constant Field Values
TIMER_HELP
@I18NMessage(value="Times how long it takes to execute another prompt command")
static final String TIMER_HELP
- See Also:
- Constant Field Values
TIMER_DETAILED_HELP
@I18NMessage(value="This will execute another prompt command and, once complete,\\n\\\nwill report how long it took to execute that command.")
static final String TIMER_DETAILED_HELP
- See Also:
- Constant Field Values
TIMER_RESULTS
@I18NMessage(value="It took [{0,number,#.###}] seconds to execute that [{1}] command.\\n\\\nMemory Footprint Before: Free=[{2,number,#.##}] MB, Total=[{3,number,#.##}] MB\\n\\\nMemory Footprint After: Free=[{4,number,#.##}] MB, Total=[{5,number,#.##}] MB")
static final String TIMER_RESULTS
- See Also:
- Constant Field Values
TIMER_MISSING_COMMAND
@I18NMessage(value="Please specify the command you want to execute and time.")
static final String TIMER_MISSING_COMMAND
- See Also:
- Constant Field Values
REGISTER
@I18NMessage(value="register")
static final String REGISTER
- See Also:
- Constant Field Values
REGISTER_REGENERATE
@I18NMessage(value="regenerate")
static final String REGISTER_REGENERATE
- See Also:
- Constant Field Values
REGISTER_SYNTAX
@I18NMessage(value="register [] [regenerate]")
static final String REGISTER_SYNTAX
- See Also:
- Constant Field Values
REGISTER_HELP
@I18NMessage(value="Registers this agent with the RHQ Server")
static final String REGISTER_HELP
- See Also:
- Constant Field Values
REGISTER_DETAILED_HELP
@I18NMessage(value="Registers this agent with the RHQ Server. Once registered, the agent\\n\\\nwill be assigned a security token to indicate it is known to the server.\\n\\\nThe agent will automatically attempt to register itself at startup but this\\n\\\ncommand can be used to re-register the agent and get another token assigned.\\n\\\nYou can optionally provide the amount of time you want this command to wait;\\n\\\nby default, this command will wait 30 seconds before giving up waiting for\\n\\\nthe server to respond. This wait limit does not abort the registration\\n\\\nattempt; the agent will continue to try to contact the server in background.\\n\\\nYou can also optionally ask that the server regenerate a new security token\\n\\\nfor the agent. That is, the agent can ask the server for a new, different\\n\\\ntoken. If you do not specify the regenerate option, the agent will continue\\n\\\n to use its current token, if it has one already (otherwise, it will get a\\n\\\nnew token, with or without the regenerate option specified).")
static final String REGISTER_DETAILED_HELP
- See Also:
- Constant Field Values
REGISTER_SENT_REQUEST
@I18NMessage(value="The agent will now attempt to register itself with the server.\\n\\\nRegenerating token=[{0}]")
static final String REGISTER_SENT_REQUEST
- See Also:
- Constant Field Values
REGISTER_WAITING
@I18NMessage(value="Waiting {0} seconds...")
static final String REGISTER_WAITING
- See Also:
- Constant Field Values
REGISTER_FAILED
@I18NMessage(value="The agent was not able to register itself. Is the server up?")
static final String REGISTER_FAILED
- See Also:
- Constant Field Values
REGISTER_REGISTRATION
@I18NMessage(value="The current registration for this agent is: {0}")
static final String REGISTER_REGISTRATION
- See Also:
- Constant Field Values
REGISTER_MUST_BE_STARTED
@I18NMessage(value="The agent cannot register itself with the server until it has been started.\\n\\\nPlease execute the start command if you wish to register (or re-register)\\n\\\nthis agent with the server.")
static final String REGISTER_MUST_BE_STARTED
- See Also:
- Constant Field Values
DOWNLOAD
@I18NMessage(value="download")
static final String DOWNLOAD
- See Also:
- Constant Field Values
DOWNLOAD_SYNTAX
@I18NMessage(value="download [directory-to-store-file]")
static final String DOWNLOAD_SYNTAX
- See Also:
- Constant Field Values
DOWNLOAD_HELP
@I18NMessage(value="Downloads a file from the RHQ Server")
static final String DOWNLOAD_HELP
- See Also:
- Constant Field Values
DOWNLOAD_DETAILED_HELP
@I18NMessage(value="Downloads a file and stores it in a given directory location.\\n\\\nThe first argument to this command can be a URL or a\\n\\\npath relative to the RHQ Server. The second argument is\\n\\\noptional and is the path to the local directory where you want\\n\\\nto store the file. If this is not specified, the file\\n\\\nwill be stored in the agent data directory.")
static final String DOWNLOAD_DETAILED_HELP
- See Also:
- Constant Field Values
DOWNLOAD_INPROGRESS
@I18NMessage(value="Downloading [{0}]...")
static final String DOWNLOAD_INPROGRESS
- See Also:
- Constant Field Values
DOWNLOAD_SUCCESS
@I18NMessage(value="Downloaded the file and stored it as [{0}]")
static final String DOWNLOAD_SUCCESS
- See Also:
- Constant Field Values
DOWNLOAD_ERROR
@I18NMessage(value="Unable to download the file [{0}] from the RHQ Server. Cause: {1}")
static final String DOWNLOAD_ERROR
- See Also:
- Constant Field Values
DOWNLOAD_ERROR_NOT_SENDING
@I18NMessage(value="Unable to download the file [{0}] - not currently able to talk to the RHQ Server.")
static final String DOWNLOAD_ERROR_NOT_SENDING
- See Also:
- Constant Field Values
PLUGIN_CONTAINER
@I18NMessage(value="pc")
static final String PLUGIN_CONTAINER
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_SYNTAX
@I18NMessage(value="pc < start | stop | status >")
static final String PLUGIN_CONTAINER_SYNTAX
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_ARG_START
@I18NMessage(value="start")
static final String PLUGIN_CONTAINER_ARG_START
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_ARG_STOP
@I18NMessage(value="stop")
static final String PLUGIN_CONTAINER_ARG_STOP
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_ARG_STATUS
@I18NMessage(value="status")
static final String PLUGIN_CONTAINER_ARG_STATUS
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_HELP
@I18NMessage(value="Starts and stops the plugin container and all deployed plugins")
static final String PLUGIN_CONTAINER_HELP
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_DETAILED_HELP
@I18NMessage(value="The plugin container is the component running inside the agent\\n\\\nthat manages all deployed plugins. You can explicitly start and\\n\\\nstop the plugin container running inside this agent using this command.\\n\\\nThe agent must be started in order to start the plugin container. Note\\n\\\nthat the agent does not need to be in contact with the server in order to\\n\\\nstart the plugin container. This means even if the server is down, the\\n\\\nplugin container and its plugins can run and collect data.")
static final String PLUGIN_CONTAINER_DETAILED_HELP
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_START_DONE
@I18NMessage(value="The plugin container has been started.")
static final String PLUGIN_CONTAINER_START_DONE
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_STOP_DONE
@I18NMessage(value="The plugin container has been stopped.")
static final String PLUGIN_CONTAINER_STOP_DONE
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_STATUS_STARTED
@I18NMessage(value="The plugin container is currently started.")
static final String PLUGIN_CONTAINER_STATUS_STARTED
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_STATUS_STOPPED
@I18NMessage(value="The plugin container is currently stopped.")
static final String PLUGIN_CONTAINER_STATUS_STOPPED
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_STATUS_CONFIG
@I18NMessage(value="The plugin container configuration is:\\n\\\n{0}")
static final String PLUGIN_CONTAINER_STATUS_CONFIG
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_START_ERROR
@I18NMessage(value="An error occurred while attempting to start the plugin container:\\n\\\nCause: {0}")
static final String PLUGIN_CONTAINER_START_ERROR
- See Also:
- Constant Field Values
PLUGIN_CONTAINER_STOP_ERROR
@I18NMessage(value="An error occurred while attempting to stop the plugin container:\\n\\\nCause: {0}")
static final String PLUGIN_CONTAINER_STOP_ERROR
- See Also:
- Constant Field Values
PLUGINS
@I18NMessage(value="plugins")
static final String PLUGINS
- See Also:
- Constant Field Values
PLUGINS_SYNTAX
@I18NMessage(value="plugins < update | info >")
static final String PLUGINS_SYNTAX
- See Also:
- Constant Field Values
PLUGINS_ARG_UPDATE
@I18NMessage(value="update")
static final String PLUGINS_ARG_UPDATE
- See Also:
- Constant Field Values
PLUGINS_ARG_INFO
@I18NMessage(value="info")
static final String PLUGINS_ARG_INFO
- See Also:
- Constant Field Values
PLUGINS_HELP
@I18NMessage(value="Updates the agent plugins with the latest versions from the server")
static final String PLUGINS_HELP
- See Also:
- Constant Field Values
PLUGINS_DETAILED_HELP
@I18NMessage(value="Compares the current versions of the agent\'s plugins with\\n\\\nthe latest versions found on the server. If a plugin is found\\n\\\nto be out of date, the latest plugin will be downloaded from the\\n\\\nserver and the agent\'s old plugin will be replaced with the new one.")
static final String PLUGINS_DETAILED_HELP
- See Also:
- Constant Field Values
PLUGINS_ERROR_NOT_SENDING
@I18NMessage(value="Cannot update plugins - not currently able to talk to the RHQ Server.")
static final String PLUGINS_ERROR_NOT_SENDING
- See Also:
- Constant Field Values
PLUGINS_ERROR_UPDATING
@I18NMessage(value="An error occurred while updating the plugins. Cause: {0}")
static final String PLUGINS_ERROR_UPDATING
- See Also:
- Constant Field Values
PLUGINS_NO_CURRENT_PLUGINS
@I18NMessage(value="There are no plugins currently installed.\\n\\\nPerform an update to download the latest plugins from the server.")
static final String PLUGINS_NO_CURRENT_PLUGINS
- See Also:
- Constant Field Values
PLUGINS_LISTING_PLUGINS_SUMMARY
@I18NMessage(value="Summary of installed plugins:\\n{0}")
static final String PLUGINS_LISTING_PLUGINS_SUMMARY
- See Also:
- Constant Field Values
PLUGINS_LISTING_PLUGINS_DISABLED
@I18NMessage(value="The following plugins will be disabled:\\n{0}")
static final String PLUGINS_LISTING_PLUGINS_DISABLED
- See Also:
- Constant Field Values
PLUGINS_LISTING_PLUGINS_DETAILS
@I18NMessage(value="Details of the plugins that are currently installed:")
static final String PLUGINS_LISTING_PLUGINS_DETAILS
- See Also:
- Constant Field Values
PLUGINS_NUM_CURRENT_PLUGINS
@I18NMessage(value="Total number of plugins currently installed: [{0}]")
static final String PLUGINS_NUM_CURRENT_PLUGINS
- See Also:
- Constant Field Values
PLUGINS_PLUGINS_INFO_FILENAME
@I18NMessage(value="{0}")
static final String PLUGINS_PLUGINS_INFO_FILENAME
- See Also:
- Constant Field Values
PLUGINS_PLUGINS_INFO_NAME
@I18NMessage(value="Plugin Name: {0}")
static final String PLUGINS_PLUGINS_INFO_NAME
- See Also:
- Constant Field Values
PLUGINS_PLUGINS_INFO_DISPLAY_NAME
@I18NMessage(value="Display Name: {0}")
static final String PLUGINS_PLUGINS_INFO_DISPLAY_NAME
- See Also:
- Constant Field Values
PLUGINS_PLUGINS_INFO_FILESIZE
@I18NMessage(value="File Size: {0,number} bytes")
static final String PLUGINS_PLUGINS_INFO_FILESIZE
- See Also:
- Constant Field Values
PLUGINS_PLUGINS_INFO_LASTMOD
@I18NMessage(value="Last Updated: {0,date,long} {0,time,long}")
static final String PLUGINS_PLUGINS_INFO_LASTMOD
- See Also:
- Constant Field Values
PLUGINS_PLUGINS_INFO_MD5
@I18NMessage(value="MD5 Hashcode: {0}")
static final String PLUGINS_PLUGINS_INFO_MD5
- See Also:
- Constant Field Values
CANNOT_START_PLUGIN_CONTAINER_AGENT_NOT_STARTED
@I18NMessage(value="You cannot start the plugin container - please start the agent first")
static final String CANNOT_START_PLUGIN_CONTAINER_AGENT_NOT_STARTED
- See Also:
- Constant Field Values
WAITING_TO_BE_REGISTERED_BEGIN
@I18NMessage(value="The agent will now wait until it has registered with the server...")
static final String WAITING_TO_BE_REGISTERED_BEGIN
- See Also:
- Constant Field Values
WAITING_FOR_PLUGINS
@I18NMessage(value="The agent does not have plugins - it will now wait for them to be downloaded...")
static final String WAITING_FOR_PLUGINS
- See Also:
- Constant Field Values
WAITING_FOR_PLUGINS_WITH_DIR
@I18NMessage(value="The agent does not have plugins - it will now wait for them to be downloaded to [{0}]...")
static final String WAITING_FOR_PLUGINS_WITH_DIR
- See Also:
- Constant Field Values
DONE_WAITING_FOR_PLUGINS
@I18NMessage(value="[{0}] plugins downloaded.")
static final String DONE_WAITING_FOR_PLUGINS
- See Also:
- Constant Field Values
WAITING_TO_BE_REGISTERED_END
@I18NMessage(value="Done! The agent is now registered with the server.")
static final String WAITING_TO_BE_REGISTERED_END
- See Also:
- Constant Field Values
CANNOT_WAIT_TO_BE_REGISTERED_ANY_LONGER
@I18NMessage(value="The wait time has expired and the agent is still not registered.")
static final String CANNOT_WAIT_TO_BE_REGISTERED_ANY_LONGER
- See Also:
- Constant Field Values
AGENT_NAME_NOT_DEFINED
@I18NMessage(value="The name of this agent is not defined and cannot be generated - you cannot start the agent until you give it a valid name.")
static final String AGENT_NAME_NOT_DEFINED
- See Also:
- Constant Field Values
AGENT_NAME_AUTO_GENERATED
@I18NMessage(value="The name of this agent was not predefined so it was auto-generated. The agent name is now [{0}]")
static final String AGENT_NAME_AUTO_GENERATED
- See Also:
- Constant Field Values
NOT_STARTING_PLUGIN_CONTAINER_AT_STARTUP
@I18NMessage(value="Agent is not starting the plugin container at startup, as per its configuration")
static final String NOT_STARTING_PLUGIN_CONTAINER_AT_STARTUP
- See Also:
- Constant Field Values
TOLD_TO_NOT_NOTIFY_SERVER_OF_SHUTDOWN
@I18NMessage(value="Agent is not notifying the server that it is shutting down, as per its configuration")
static final String TOLD_TO_NOT_NOTIFY_SERVER_OF_SHUTDOWN
- See Also:
- Constant Field Values
FAILED_TO_SHUTDOWN_COMPONENT
@I18NMessage(value="Agent failed to shutdown component [{0}]. Cause: {1}")
static final String FAILED_TO_SHUTDOWN_COMPONENT
- See Also:
- Constant Field Values
METRICS
@I18NMessage(value="metrics")
static final String METRICS
- See Also:
- Constant Field Values
METRICS_SYNTAX
@I18NMessage(value="metrics")
static final String METRICS_SYNTAX
- See Also:
- Constant Field Values
METRICS_HELP
@I18NMessage(value="Shows the agent metrics")
static final String METRICS_HELP
- See Also:
- Constant Field Values
METRICS_DETAILED_HELP
@I18NMessage(value="Displays all the current metric data emitted by the agent itself.")
static final String METRICS_DETAILED_HELP
- See Also:
- Constant Field Values
METRICS_NO_SERVICES
@I18NMessage(value="The agent has not created the management services - no metrics are available.")
static final String METRICS_NO_SERVICES
- See Also:
- Constant Field Values
METRICS_EXCEPTION
@I18NMessage(value="An error occurred attempting to get the agent metric data. Cause: {0}")
static final String METRICS_EXCEPTION
- See Also:
- Constant Field Values
METRICS_HEADER
@I18NMessage(value="Agent Metrics:")
static final String METRICS_HEADER
- See Also:
- Constant Field Values
UNITS_SECONDS
@I18NMessage(value="seconds")
static final String UNITS_SECONDS
- See Also:
- Constant Field Values
UNITS_MINUTES
@I18NMessage(value="minutes")
static final String UNITS_MINUTES
- See Also:
- Constant Field Values
UNITS_HOURS
@I18NMessage(value="hours")
static final String UNITS_HOURS
- See Also:
- Constant Field Values
UNITS_DAYS
@I18NMessage(value="days")
static final String UNITS_DAYS
- See Also:
- Constant Field Values
LISTDATA
@I18NMessage(value="listdata")
static final String LISTDATA
- See Also:
- Constant Field Values
LISTDATA_SYNTAX
@I18NMessage(value="listdata [--delete] [--recurse] [--verbose] <\'bundles\'|path_name>")
static final String LISTDATA_SYNTAX
- See Also:
- Constant Field Values
LISTDATA_HELP
@I18NMessage(value="Lists and optionally deletes agent data files. USE WITH CAUTION!")
static final String LISTDATA_HELP
- See Also:
- Constant Field Values
LISTDATA_DETAILED_HELP
@I18NMessage(value="Lists files found in the data directory, optionally deleting them.\\n\\\nThis is an advanced command for administrators use only. You should not\\n\\\ndelete data files unless you know what you are doing. You could render\\n\\\nthe agent useless if you delete files that you should not.\\n\\\n\\ -v, --verbose : enables more detailed file lists\\n\\\n\\ -r, --recurse : recurse into subdirectories\\n\\\n\\ -d, --delete : delete the files that are listed\\n\\\n\\ \'bundles\'|path_name : the relative path under the data directory to list.\\n\\\n\\ If \'bundles\', will list data files from the bundle\\n\\\n\\ subsystem.")
static final String LISTDATA_DETAILED_HELP
- See Also:
- Constant Field Values
LISTDATA_DOTDOT_NOT_ALLOWED
@I18NMessage(value="You cannot use .. in the path - you can only list files within the data directory")
static final String LISTDATA_DOTDOT_NOT_ALLOWED
- See Also:
- Constant Field Values
LISTDATA_ABSOLUTE_NOT_ALLOWED
@I18NMessage(value="You can only list files within the data directory - no absolute paths allowed")
static final String LISTDATA_ABSOLUTE_NOT_ALLOWED
- See Also:
- Constant Field Values
LISTDATA_DATA_DIR
@I18NMessage(value="Agent data directory: [{0}]")
static final String LISTDATA_DATA_DIR
- See Also:
- Constant Field Values
LISTDATA_FILE_NOT_FOUND
@I18NMessage(value="File not found: [{0}]")
static final String LISTDATA_FILE_NOT_FOUND
- See Also:
- Constant Field Values
LISTDATA_DELETED
@I18NMessage(value="Deleted: [{0}]")
static final String LISTDATA_DELETED
- See Also:
- Constant Field Values
LISTDATA_DELETED_FAILED
@I18NMessage(value="Delete failed: [{0}]")
static final String LISTDATA_DELETED_FAILED
- See Also:
- Constant Field Values
LISTDATA_FILE_INFO
@I18NMessage(value="{0}")
static final String LISTDATA_FILE_INFO
- See Also:
- Constant Field Values
LISTDATA_FILE_INFO_VERBOSE
@I18NMessage(value="{1,date,short} {1,time,short}\t{2} bytes\t{0}")
static final String LISTDATA_FILE_INFO_VERBOSE
- See Also:
- Constant Field Values
LISTDATA_DIR_INFO
@I18NMessage(value="{0}")
static final String LISTDATA_DIR_INFO
- See Also:
- Constant Field Values
LISTDATA_DIR_INFO_VERBOSE
@I18NMessage(value="{1,date,short} {1,time,short}\t{2} files\t{0}")
static final String LISTDATA_DIR_INFO_VERBOSE
- See Also:
- Constant Field Values
GC
@I18NMessage(value="gc")
static final String GC
- See Also:
- Constant Field Values
GC_SYNTAX
@I18NMessage(value="gc [--dump] [--free] [--verbose={true|false}]")
static final String GC_SYNTAX
- See Also:
- Constant Field Values
GC_HELP
@I18NMessage(value="Helps free up memory by invoking the garbage collector")
static final String GC_HELP
- See Also:
- Constant Field Values
GC_DETAILED_HELP
@I18NMessage(value="Provides an interface to the garbage collector and memory subsystem.\\n\\\n\\ -d, --dump : prints out information on current memory usage\\n\\\n\\ -f, --free : attempts to free up memory and invokes the garbage collector\\n\\\n\\ -v, --verbose={true|false} : enables/disables verbose gc messages")
static final String GC_DETAILED_HELP
- See Also:
- Constant Field Values
GC_INVOKE
@I18NMessage(value="Invoking the garbage collector")
static final String GC_INVOKE
- See Also:
- Constant Field Values
GC_MEM_USAGE
@I18NMessage(value="{0} ({1}):\\n\\\n\\ init={2}\\n\\\n\\ max={3}\\n\\\n\\ used={4} ({5,number,##}% of committed)\\n\\\n\\ commit={6} ({7,number,##}% of max)")
static final String GC_MEM_USAGE
- See Also:
- Constant Field Values
NATIVE
@I18NMessage(value="native")
static final String NATIVE
- See Also:
- Constant Field Values
NATIVE_SYNTAX
@I18NMessage(value="native [--version|--ps[=verbose]|--os|\\n\\\n\\ --enable|--disable|--shutdown]...")
static final String NATIVE_SYNTAX
- See Also:
- Constant Field Values
NATIVE_HELP
@I18NMessage(value="Obtains native system information")
static final String NATIVE_HELP
- See Also:
- Constant Field Values
NATIVE_DETAILED_HELP
@I18NMessage(value="Obtains information directly from the native system.\\n\\\nIf you do not provide any command line arguments, this command will tell\\n\\\nyou if the native system is available and if it has been disabled.\\n\\\nThe valid command line arguments are:\\n\\\n\\ -v, --version : displays the version of the native system\\n\\\n\\ -p, --ps[=verbose] : output the process table\\n\\\n\\ -o, --os : output operating system information\\n\\\n\\ -e, --enable : enables the use of the native system\\n\\\n\\ -d, --disable : turns off the native system\\n\\\n\\ -s, --shutdown : shuts down the native components and disables their use")
static final String NATIVE_DETAILED_HELP
- See Also:
- Constant Field Values
NATIVE_VERSION
@I18NMessage(value="version")
static final String NATIVE_VERSION
- See Also:
- Constant Field Values
NATIVE_PS
@I18NMessage(value="ps")
static final String NATIVE_PS
- See Also:
- Constant Field Values
NATIVE_VERBOSE
@I18NMessage(value="verbose")
static final String NATIVE_VERBOSE
- See Also:
- Constant Field Values
NATIVE_OS
@I18NMessage(value="os")
static final String NATIVE_OS
- See Also:
- Constant Field Values
NATIVE_SHUTDOWN
@I18NMessage(value="shutdown")
static final String NATIVE_SHUTDOWN
- See Also:
- Constant Field Values
NATIVE_ENABLE
@I18NMessage(value="enable")
static final String NATIVE_ENABLE
- See Also:
- Constant Field Values
NATIVE_DISABLE
@I18NMessage(value="disable")
static final String NATIVE_DISABLE
- See Also:
- Constant Field Values
NATIVE_IS_AVAILABLE
@I18NMessage(value="The native system is available on this agent platform.")
static final String NATIVE_IS_AVAILABLE
- See Also:
- Constant Field Values
NATIVE_IS_DISABLED
@I18NMessage(value="The native system is currently disabled.")
static final String NATIVE_IS_DISABLED
- See Also:
- Constant Field Values
NATIVE_IS_INITIALIZED
@I18NMessage(value="The native system is currently loaded and initialized.")
static final String NATIVE_IS_INITIALIZED
- See Also:
- Constant Field Values
NATIVE_IS_NOT_AVAILABLE
@I18NMessage(value="The native system is NOT available on this agent platform.")
static final String NATIVE_IS_NOT_AVAILABLE
- See Also:
- Constant Field Values
NATIVE_IS_NOT_DISABLED
@I18NMessage(value="The native system is currently enabled.")
static final String NATIVE_IS_NOT_DISABLED
- See Also:
- Constant Field Values
NATIVE_IS_NOT_INITIALIZED
@I18NMessage(value="The native system is NOT initialized.")
static final String NATIVE_IS_NOT_INITIALIZED
- See Also:
- Constant Field Values
NATIVE_NOT_SUPPORTED
@I18NMessage(value="This is not natively supported on your platform.")
static final String NATIVE_NOT_SUPPORTED
- See Also:
- Constant Field Values
NATIVE_SHUTDOWN_DONE
@I18NMessage(value="Native system has been shutdown and disabled.")
static final String NATIVE_SHUTDOWN_DONE
- See Also:
- Constant Field Values
NATIVE_SHUTDOWN_FAILED_AGENT_STARTED
@I18NMessage(value="You cannot shutdown the native system when the agent is started.\\n\\\nShutdown the agent first, then you can shutdown the native system.")
static final String NATIVE_SHUTDOWN_FAILED_AGENT_STARTED
- See Also:
- Constant Field Values
NATIVE_ENABLE_DONE
@I18NMessage(value="Native system has been enabled.")
static final String NATIVE_ENABLE_DONE
- See Also:
- Constant Field Values
NATIVE_DISABLE_DONE
@I18NMessage(value="Native system has been disabled.")
static final String NATIVE_DISABLE_DONE
- See Also:
- Constant Field Values
NATIVE_OS_OUTPUT
@I18NMessage(value="Operating System Name: {0}\\n\\\nOperating System Version: {1}\\n\\\nHostname: {2}")
static final String NATIVE_OS_OUTPUT
- See Also:
- Constant Field Values
NATIVE_PS_OUTPUT_SHORT_HEADER
@I18NMessage(value="PID\\tNAME")
static final String NATIVE_PS_OUTPUT_SHORT_HEADER
- See Also:
- Constant Field Values
NATIVE_PS_OUTPUT_SHORT
@I18NMessage(value="{0,number,######}\\t{1} ")
static final String NATIVE_PS_OUTPUT_SHORT
- See Also:
- Constant Field Values
NATIVE_PS_OUTPUT_VERBOSE_HEADER
@I18NMessage(value="PID\\tPARENT\\tNAME\\tCOMMAND LINE")
static final String NATIVE_PS_OUTPUT_VERBOSE_HEADER
- See Also:
- Constant Field Values
NATIVE_PS_OUTPUT_VERBOSE
@I18NMessage(value="{0,number,#####}\\t{1,number,#####}\\t{2}\\t{3}")
static final String NATIVE_PS_OUTPUT_VERBOSE
- See Also:
- Constant Field Values
EXECUTE
@I18NMessage(value="execute")
static final String EXECUTE
- See Also:
- Constant Field Values
EXECUTE_SYNTAX
@I18NMessage(value="execute [-E name=value]* [--capture] [--wait=] [--killOnTimeout]\\n\\\n\\ [--directory=] [args...]")
static final String EXECUTE_SYNTAX
- See Also:
- Constant Field Values
EXECUTE_HELP
@I18NMessage(value="Executes an external program")
static final String EXECUTE_HELP
- See Also:
- Constant Field Values
EXECUTE_DETAILED_HELP
@I18NMessage(value="Executes an external program in its own process and reports the results.\\n\\\nThe valid command line arguments are:\\n\\\n\\ -E name=value : an environment variable to pass to the process. You can\\n\\\n\\ specify zero, one or more environment variables. If you\\n\\\n\\ do not specify any, the agent\'s environment will be used.\\n\\\n\\ -c, --capture : captures the output of the process and prints it to the\\n\\\n\\ console once the process exits. Do not use this option if\\n\\\n\\ the process is expected to output alot of data.\\n\\\n\\ -k, --killOnTimeout : if the process does not exit before the -w wait time\\n\\\n\\ expires, the process will be killed. If -w is 0\\n\\\n\\ or less, this option is ignored.\\n\\\n\\ -w, --wait=ms : specifies the amount of time, in milliseconds, that the\\n\\\n\\ agent will wait for the process to exit. If you specify\\n\\\n\\ 0 or less, the agent will not wait before returning\\n\\\n\\ control back to the console (in which case you will not\\n\\\n\\ be able to know the exit code or output of the process.\\n\\\n\\ -d, --directory= : defines the working directory for the new process.\\n\\\n\\ If you do not specify this, it will be the working\\n\\\n\\ of the agent.\\n\\\n\\ executable : the full path to the executable to run\\n\\\n\\ args : optional set of arguments to be passed to the executable")
static final String EXECUTE_DETAILED_HELP
- See Also:
- Constant Field Values
EXECUTE_BAD_WAIT_ARG
@I18NMessage(value="Invalid wait time [{0}] - must be a valid amount of milliseconds.")
static final String EXECUTE_BAD_WAIT_ARG
- See Also:
- Constant Field Values
EXECUTE_MISSING_EXECUTABLE
@I18NMessage(value="You must specify an executable.")
static final String EXECUTE_MISSING_EXECUTABLE
- See Also:
- Constant Field Values
EXECUTE_EXECUTING
@I18NMessage(value="Executing [{0}] with arguments {1}")
static final String EXECUTE_EXECUTING
- See Also:
- Constant Field Values
EXECUTE_ENV
@I18NMessage(value="Process will have these environment variables: {0}")
static final String EXECUTE_ENV
- See Also:
- Constant Field Values
EXECUTE_WILL_WAIT
@I18NMessage(value="Will wait [{0}] milliseconds for the process to exit")
static final String EXECUTE_WILL_WAIT
- See Also:
- Constant Field Values
EXECUTE_DIR
@I18NMessage(value="The working directory will be [{0}]")
static final String EXECUTE_DIR
- See Also:
- Constant Field Values
EXECUTE_EXIT_CODE
@I18NMessage(value="Exit Code={0,number,#}")
static final String EXECUTE_EXIT_CODE
- See Also:
- Constant Field Values
EXECUTE_ERROR
@I18NMessage(value="Error={0}")
static final String EXECUTE_ERROR
- See Also:
- Constant Field Values
EXECUTE_OUTPUT
@I18NMessage(value="Output:\\n\\\n{0}")
static final String EXECUTE_OUTPUT
- See Also:
- Constant Field Values
DISCOVERY
@I18NMessage(value="discovery")
static final String DISCOVERY
- See Also:
- Constant Field Values
DISCOVERY_SYNTAX
@I18NMessage(value="discovery [--plugin=] [--resourceType=]\\n\\\n\\ [--resourceId=] [--verbose]\\n\\\n\\ discovery --full [--verbose]\\n\\\n\\ discovery --blacklist={list|clear}")
static final String DISCOVERY_SYNTAX
- See Also:
- Constant Field Values
DISCOVERY_HELP
@I18NMessage(value="Asks a plugin to run a server scan discovery")
static final String DISCOVERY_HELP
- See Also:
- Constant Field Values
DISCOVERY_DETAILED_HELP
@I18NMessage(value="Asks a plugin to run a discovery scan. This is a way to determine what\\n\\\nresources a plugin can actually find. Note that this will run a server scan\\n\\\nnot a service scan (i.e. it will not try to discover child services for parent\\n\\\nservers already in inventory) unless you use --full or --resourceId. Also\\n\\\nnote that only --full will actually send an inventory report to the server.\\n\\\nThe valid command line arguments are:\\n\\\n\\ -f, --full : Runs a detailed discovery inside the plugin container.\\n\\\n\\ This will update the actual agent inventory by sending\\n\\\n\\ an inventory report to the server.\\n\\\n\\ This ignores --plugin, --resourceType and --resourceId.\\n\\\n\\ -p, --plugin= : The name of the plugin whose discovery will run.\\n\\\n\\ If you do not specify a plugin, all plugins will\\n\\\n\\ run their discovery.\\n\\\n\\ -r, --resourceType= : specifies the specific resource type to be\\n\\\n\\ discovered. If not specified, all resource\\n\\\n\\ types that a plugin supports will be\\n\\\n\\ discovered (and if no plugin was specified,\\n\\\n\\ then all resource types for all plugins will\\n\\\n\\ be discovered).\\n\\\n\\ -i, --resourceId= : specifies the specific resource ID whose\\n\\\n\\ services are to be discovered. If specified,\\n\\\n\\ a service scan is performed as opposed to a\\n\\\n\\ server scan and the --plugin/--resourceType\\n\\\n\\ options are ignored.\\n\\\n\\ -v, --verbose : If doing a non-full discovery, this prints the plugin\\n\\\n\\ configuration of each discovered resource. For --full\\n\\\n\\ scans, this will dump all resources and errors found.\\n\\\n\\ -b, --blacklist={list|clear} : Operates on the blacklist which determines\\n\\\n\\ which resource types are not discoverable.\\n\\\n\\ (note that specifying this option will not\\n\\\n\\ run an actual discovery scan)\\n\\\n\\ \'list\' prints blacklisted resource types.\\n\\\n\\ \'clear\' delists all resource types which\\n\\\n\\ re-enables all types to be discoverable.")
static final String DISCOVERY_DETAILED_HELP
- See Also:
- Constant Field Values
DISCOVERY_BLACKLISTED_TYPES
@I18NMessage(value="WARNING: Discovery will not be run for the following ResourceTypes, because they are blacklisted: {0}")
static final String DISCOVERY_BLACKLISTED_TYPES
- See Also:
- Constant Field Values
DISCOVERY_FULL_RUN
@I18NMessage(value="Full discovery run in [{0}] ms")
static final String DISCOVERY_FULL_RUN
- See Also:
- Constant Field Values
DISCOVERY_RESOURCE_SERVICES
@I18NMessage(value="Service discovery run for resource [{0}]")
static final String DISCOVERY_RESOURCE_SERVICES
- See Also:
- Constant Field Values
DISCOVERY_RESOURCE_ID_INVALID
@I18NMessage(value="The given resource ID [{0,number,#}] does not match any resource in inventory.")
static final String DISCOVERY_RESOURCE_ID_INVALID
- See Also:
- Constant Field Values
DISCOVERY_INVENTORY_REPORT_SUMMARY
@I18NMessage(value="=== {0} Inventory Report ===\\n\\\nStart Time: {1,date,medium} {1,time,medium}\\n\\\nFinish Time: {2,date,medium} {2,time,medium}\\n\\\nResource Count: {3}\\n\\\n")
static final String DISCOVERY_INVENTORY_REPORT_SUMMARY
- See Also:
- Constant Field Values
DISCOVERY_INVENTORY_REPORT_RESOURCE
@I18NMessage(value="Resource: {0}")
static final String DISCOVERY_INVENTORY_REPORT_RESOURCE
- See Also:
- Constant Field Values
DISCOVERY_INVENTORY_REPORT_ERROR
@I18NMessage(value="Error: {0}")
static final String DISCOVERY_INVENTORY_REPORT_ERROR
- See Also:
- Constant Field Values
DISCOVERY_BLACKLIST_LIST
@I18NMessage(value="Blacklist: {0}")
static final String DISCOVERY_BLACKLIST_LIST
- See Also:
- Constant Field Values
DISCOVERY_BLACKLIST_CLEAR
@I18NMessage(value="Blacklist has been cleared. All resource types are re-enabled for discovery.")
static final String DISCOVERY_BLACKLIST_CLEAR
- See Also:
- Constant Field Values
DISCOVERY_PC_NOT_STARTED
@I18NMessage(value="You must first start the plugin container before attempting discovery.")
static final String DISCOVERY_PC_NOT_STARTED
- See Also:
- Constant Field Values
DISCOVERY_ERROR
@I18NMessage(value="An error occurred running the discovery. Cause: {0}")
static final String DISCOVERY_ERROR
- See Also:
- Constant Field Values
DISCOVERY_BAD_PLUGIN_NAME
@I18NMessage(value="There is no plugin named [{0}]")
static final String DISCOVERY_BAD_PLUGIN_NAME
- See Also:
- Constant Field Values
DISCOVERY_BAD_RESOURCE_TYPE_NAME
@I18NMessage(value="There is no resource type named [{0}]")
static final String DISCOVERY_BAD_RESOURCE_TYPE_NAME
- See Also:
- Constant Field Values
DISCOVERY_BAD_PLUGIN_RESOURCE_TYPE_NAME
@I18NMessage(value="The plugin [{0}] has no resource type named [{1}]")
static final String DISCOVERY_BAD_PLUGIN_RESOURCE_TYPE_NAME
- See Also:
- Constant Field Values
DISCOVERY_DISCOVERING_RESOURCE_TYPE
@I18NMessage(value="{0}.{1}: Starting discovery...")
static final String DISCOVERY_DISCOVERING_RESOURCE_TYPE
- See Also:
- Constant Field Values
DISCOVERY_DISCOVERING_RESOURCE_TYPE_DONE
@I18NMessage(value="{0}.{1}: Done.")
static final String DISCOVERY_DISCOVERING_RESOURCE_TYPE_DONE
- See Also:
- Constant Field Values
DISCOVERY_PROCESS_SCAN
@I18NMessage(value="{0}.{1}: Process scan detected a server - scan=[{2}], process=[{3}]")
static final String DISCOVERY_PROCESS_SCAN
- See Also:
- Constant Field Values
DISCOVERY_COMPONENT_RESULT
@I18NMessage(value="{0}.{1}: key=[{2}], name=[{3}], version=[{4}], description=[{5}]")
static final String DISCOVERY_COMPONENT_RESULT
- See Also:
- Constant Field Values
INVENTORY
@I18NMessage(value="inventory")
static final String INVENTORY
- See Also:
- Constant Field Values
INVENTORY_SYNTAX
@I18NMessage(value="inventory [--sync] [--xml] [--export=] [--norecurse]\\n\\\n\\ [--id=<#>] | --types | ]")
static final String INVENTORY_SYNTAX
- See Also:
- Constant Field Values
INVENTORY_HELP
@I18NMessage(value="Provides information about the current inventory of resources")
static final String INVENTORY_HELP
- See Also:
- Constant Field Values
INVENTORY_DETAILED_HELP
@I18NMessage(value="This will allow you to view the resources currently in inventory.\\n\\\nThe valid command line arguments are:\\n\\\n\\ -s, --sync : Purges the agent\'s inventory and re-syncs it with the server.\\n\\\n\\ This forces the agent\'s plugin container to restart.\\n\\\n\\ All other options are ignored if this is specified.\\n\\\n\\ -e, --export=file : Writes the inventory information to the given file.\\n\\\n\\ If this is not specified, the output will go to the\\n\\\n\\ console window.\\n\\\n\\ -x, --xml : Dumps the information in XML format; otherwise, will dump\\n\\\n\\ the information in a simple, one-line-per-resource, format.\\n\\\n\\ -t, --types : Will only dump the resource type definitions not the\\n\\\n\\ actual resources that are in inventory.\\n\\\n\\ -i, --id=# : Identifies the specific resource you want to show.\\n\\\n\\ If not specified, all resources will be shown.\\n\\\n\\ You cannot specify this if --types is specified.\\n\\\n\\ -n, --norecurse : Will not traverse children of a resource.\\n\\\n\\ Only the specified resource will be shown. If --id\\n\\\n\\ is not specified, the platform will be shown.\\n\\\n\\ This is ignored if --types is specified.\\n\\\n\\ inventory-binary-file : if specified, this contains the inventory data\\n\\\n\\ in binary form (e.g. data/inventory.dat).\\n\\\n\\ If not specified, the inventory currently\\n\\\n\\ in memory will be used. If you specify this,\\n\\\n\\ you cannot specify --types or --id.")
static final String INVENTORY_DETAILED_HELP
- See Also:
- Constant Field Values
INVENTORY_BAD_ID
@I18NMessage(value="You specified an invalid ID number [{0}]")
static final String INVENTORY_BAD_ID
- See Also:
- Constant Field Values
INVENTORY_BAD_EXPORT_FILE
@I18NMessage(value="Could not write to the export file [{0}]. Cause: {1}")
static final String INVENTORY_BAD_EXPORT_FILE
- See Also:
- Constant Field Values
INVENTORY_INVALID_RESOURCE_ID
@I18NMessage(value="You specified an unknown resource ID [{0}].")
static final String INVENTORY_INVALID_RESOURCE_ID
- See Also:
- Constant Field Values
INVENTORY_BAD_INVENTORY_FILE
@I18NMessage(value="Could not load the inventory file [{0}]. Cause: {1}")
static final String INVENTORY_BAD_INVENTORY_FILE
- See Also:
- Constant Field Values
INVENTORY_MUST_BE_STARTED
@I18NMessage(value="The agent/plugin container must be started to get inventory data.\\n\\\nPlease use the start command to make sure the agent and its PC are started.")
static final String INVENTORY_MUST_BE_STARTED
- See Also:
- Constant Field Values
INVENTORY_DUMP_TYPES_AND_BINARY_FILE_SPECIFIED
@I18NMessage(value="You asked to see only the resource types, but specified a binary\\n\\\nfile - those two are mutually exclusive")
static final String INVENTORY_DUMP_TYPES_AND_BINARY_FILE_SPECIFIED
- See Also:
- Constant Field Values
INVENTORY_ID_AND_BINARY_FILE_SPECIFIED
@I18NMessage(value="You asked to view a specific ID, but specified a binary\\n\\\nfile - those two are mutually exclusive")
static final String INVENTORY_ID_AND_BINARY_FILE_SPECIFIED
- See Also:
- Constant Field Values
INVENTORY_ID_AND_DUMP_TYPES_SPECIFIED
@I18NMessage(value="You asked to see only the resource types, but specified an ID - those\\n\\\ntwo are mutually exclusive")
static final String INVENTORY_ID_AND_DUMP_TYPES_SPECIFIED
- See Also:
- Constant Field Values
INVENTORY_ERROR_NOT_SENDING
@I18NMessage(value="Cannot sync inventory - not currently able to talk to the RHQ Server.")
static final String INVENTORY_ERROR_NOT_SENDING
- See Also:
- Constant Field Values
INVENTORY_DATA_FILE_DELETED
@I18NMessage(value="Purged the persisted inventory found at [{0}], sync will occur when plugin container restarts")
static final String INVENTORY_DATA_FILE_DELETED
- See Also:
- Constant Field Values
INVENTORY_DATA_FILE_DELETION_FAILURE
@I18NMessage(value="Failed to purge the inventory data file [{0}], sync may fail.")
static final String INVENTORY_DATA_FILE_DELETION_FAILURE
- See Also:
- Constant Field Values
AVAILABILITY
@I18NMessage(value="avail")
static final String AVAILABILITY
- See Also:
- Constant Field Values
AVAILABILITY_SYNTAX
@I18NMessage(value="avail [--changed] [--verbose]")
static final String AVAILABILITY_SYNTAX
- See Also:
- Constant Field Values
AVAILABILITY_HELP
@I18NMessage(value="Get availability of inventoried resources")
static final String AVAILABILITY_HELP
- See Also:
- Constant Field Values
AVAILABILITY_DETAILED_HELP
@I18NMessage(value="This will request an availability report that will tell you\\n\\\nwhich resources are up and which are down. By default, this will\\n\\\nshow the availability of all inventoried resources. If --changed\\n\\\nwas specified, only those resources whose availability status changed\\n\\\nfrom their last known state are shown. After displaying the contents\\n\\\nof the report, it will be sent up to the server.\\n\\\n\\ -c, --changed : if specified, the report will contain availability\\n\\\n\\ for only those resources whose status changed.\\n\\\n\\ -v, --verbose : if true, additional information is displayed.")
static final String AVAILABILITY_DETAILED_HELP
- See Also:
- Constant Field Values
AVAILABILITY_MUST_BE_STARTED
@I18NMessage(value="The agent/plugin container must be started to get availability data.\\n\\\nPlease use the start command to make sure the agent and its PC are started.")
static final String AVAILABILITY_MUST_BE_STARTED
- See Also:
- Constant Field Values
AVAILABILITY_NO_COMMITTED_INVENTORY
@I18NMessage(value="This agent does not have any committed resources in inventory.\\n\\\nYou must commit at least the platform resource to inventory\\n\\\nin order to obtain availability reports.")
static final String AVAILABILITY_NO_COMMITTED_INVENTORY
- See Also:
- Constant Field Values
AVAILABILITY_REPORT_HEADER
@I18NMessage(value="Availability Report from {0,date,medium} {0,time,medium}\\n\\\nResources in report: {1}\\n\\\nIncludes Only Changed Resources: {2}")
static final String AVAILABILITY_REPORT_HEADER
- See Also:
- Constant Field Values
AVAILABILITY_REPORT_RESOURCE_VERBOSE
@I18NMessage(value="{0}:\\tname=[{1}] id=[{2,number,#}] key=[{3}]")
static final String AVAILABILITY_REPORT_RESOURCE_VERBOSE
- See Also:
- Constant Field Values
AVAILABILITY_REPORT_RESOURCE
@I18NMessage(value="{0}:\\t{1}")
static final String AVAILABILITY_REPORT_RESOURCE
- See Also:
- Constant Field Values
AVAILABILITY_REPORT_SENDING
@I18NMessage(value="Sending the availability report to the server...")
static final String AVAILABILITY_REPORT_SENDING
- See Also:
- Constant Field Values
AVAILABILITY_REPORT_SENT
@I18NMessage(value="Done.")
static final String AVAILABILITY_REPORT_SENT
- See Also:
- Constant Field Values
RESTARTING_PLUGIN_CONTAINER_AFTER_UPGRADE_MERGE_FAILURE
@I18NMessage(value="Restarting the plugin container due to previous failure to merge the upgrade results with the server.")
static final String RESTARTING_PLUGIN_CONTAINER_AFTER_UPGRADE_MERGE_FAILURE
- See Also:
- Constant Field Values
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.