http://jira.hyperic.com/browse/HHQ-4346
RabbitMQ plugin - user entered values are not validated for Configuration Properties.
When setting the values for the Configuration Properties, the values are not validated if they are correct. Any input, whether right or wrong, is accepted and changes saved.
With other plugins, the values are validated if they are correct. If username and password are not accepted, then the configuration settings are not saved.
Expected Result:
Configuration properties especially username and password are validated.
Actual Result:
Values are not validated in configuration properties.
Steps to Reproduce:
1. Install hq-agent on RabbitMQ server
2. Start hq-agent as non rabbitmq or root user
3. Log into Hyperic
4. Add RabbitMQ platform into inventory from auto-discover
5. Select RabbitMQ platform
6. Select RabbitMQ node from Deployed Servers Health
6. Click the Inventory tab
7. Click the Edit button within the Configuration Properties
8. Enter incorrect values for any of the parameters.
9. Click the OK button
10. Note that values are not validated and the configuration is saved.
Anonymous