http://jira.hyperic.com/browse/HHQ-4330
Default value for agent.setup.camSecure in agent.properties is incorrectly set to yes.
The commented value displayed for the agent.setup.camSecure setting is:
When users uncomment this setting, the assumption is that the default value is yes. When running agent setup or on initial startup, the prompt indicates:
Should Agent communications to HQ always be secure [default=no]:
Since the true default value for agent.setup.camSecure is no, the corresponding line in the agent.properties should correctly state:
Correcting this default value will help to avoid confusion as to what is actually the correct default value and simply removing the comment marks should explicitly set the default values.
Expected Result:
All default values for configuration settings in the agent.properties file should be set correctly even when commented.
Actual Result:
The agent.setup.camSecure value in the agent.properties file is incorrectly set to yes.
Steps to Reproduce:
1. Install the agent on any platform.
2. Go to the <agent_install>/conf/ directory.
3. Edit the agent.properties file.
4. Note the agent.setup.camSecure value is set to yes by default
Anonymous