To facilitate the ability for admins to fully configure, restart and update agents without having to log into the remote agent machine, it would be nice to add the ability of the agent plugin to inventory the rhq-agent[-wrapper].[sh, bat, conf] script files. We should then be able to reconfigure those files or even push out new content. The minimum we should be able to do is reconfigure rhq-agent-env.[sh,bat] and rhq-agent-wrapper.conf since they control the settings/options the agent uses to start up.
svn rev2248 now inventorys the rhq-agent-env.bat/sh and lets you view/edit its variables via the configuration tab. still have to do the .conf file for when you run as a service on windows
rev2264 - can see the Java Service Wrapper in inventory now - can load config. can't update config yet
rev 2269 can now update jsw files
all changes are found at 2273 and before. We can now inventory the rhq-agent-env.sh (if on UNIX) or rhq-agent-env.bat (if on windows). you will never have both - only one. We also can inventory the RHQ Agent Java Service Wrapper service if on Windows (this is not on agents running in a UNIX environment). This has three groups of config for the .conf, .env and .inc files used to configure the JSW.
rev2424, tested read-only JSW attrs, config changes to rhq-agent-env.bat, reverting.
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1197 This bug relates to RHQ-1108