http://jira.hyperic.com/browse/HHQ-2104
When querying the agent status, the agent client should return the status. Instead, it appears that the Java Service Wrapper is returning the PID.
For example, the agent status currently returns:
(tkeeney@tkeeney) bin$ ./hq-agent.sh status
HQ Agent is running (PID:7141).
Instead, it should return this (as we do when running in no-wrapper mode):
(tkeeney@tkeeney) bin$ ./hq-agent-nowrapper.sh status
Current agent bundle: agent-4.0.0-EE-717
Server IP address: 127.0.0.1
Server port: 7080
Agent listen port: 2144
(tkeeney@tkeeney) bin$
Anonymous