Bug 682338

Summary: Resource names include redundant information.
Product: [Other] RHQ Project Reporter: Alan Santos <asantos>
Component: UsabilityAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED NOTABUG QA Contact: Corey Welton <cwelton>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 4.0.0CC: kejohnso
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-07 19:46:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Alan Santos 2011-03-04 21:25:07 UTC
Resource names often include redundant information. 

e.g.  
JBossAS Servers/host/EJB3 Entity Tree Caches
/EJB3 Entity Tree Cache
//EJB3 Entity Tree Cache Interceptors
///EJB3 Entity Tree Cache Interceptor


e.g. 
JBossAs Servers/host
/Alert Subsystem
/Communications Subsystem

could simply be

JBossAS Servers/Host/Subsystems
/Alerts
/Communications

This example has two problems – 1) Are they subsystems or services? The icon indicates a service, the name a subsystem.  2) Subsystem seems redundant, whether grouped in a 'subsystem' folder or at their current branch.

e.g. 
/Tomcat Servers
//Tomcat(8080)
///Tomcat Connectors
///Tomcat Server JVM
///Tomcat Virtual Hosts
///User Database

could be:

/Tomcat Servers
//Tomcat(8080)
///Connectors
///JVM
///Virtual Hosts
///User Database

This is also an example of naming inconsistency within and across plugins.  'User Database' vs. 'Tomcat foo' and 'Tomcat JVM' vs. 'JVM' in the AS server plugin.

Comment 1 Alan Santos 2011-03-07 19:46:21 UTC
Not a useful bug. I'll break this up into several specific plugin issues.