http://jira.hyperic.com/browse/HHQ-3925
This request is to expose the push plugin functionality found on the views tab for HQ Agent resources.
./bin/hqapi.sh agent push-plugin --id or --address --plugin=jetty-plugin.jar
Either --id or --address will be required to identify the agent. Like HHQ-3924 we may also support the ability to do bulk pushes by posting XML from the list command in favor of --id or --address
The plugin specified by --plugin must already be deployed within the HQ Server (as is the case with the current plugin push)
The output from this command will be one of 2 lines:
Successfully pushed plugin <plugin-name> to <address:port>
Failed to push plugin <plugin-name> to <address:port>: <reason>
Anonymous