Red Hat Bugzilla – Bug 795500
Tomcat plugin: discovery component does not discover Tomcat java processes running as users other than the RHQ Agent user
Last modified: 2015-02-01 18:29:30 EST
Here's the code that prevents discovery: if (null == processInfo.getExecutable()) { log.debug("Ignoring Tomcat instance (agent may not be owner) with following command line: " + Arrays.toString(commandLine)); return null; } I think we can figure out another way to get the information provided by processInfo.getExecutable() and any other protected process info we currently rely on.
triage 2/27/2012 mfoley, asantos, crouch, loleary