There are several Java Virtual Machines (JVMs) being monitored and it is a requirement to exclude six of these JVMs. For example, it is required to exclude 'jvm1', which has been defined within JavaEE agent_process-launchers.config as:
InstrumentedProcesses = {
/ppc/ : false,
However, the JVM data still populates data within Foglight. Is there another way of exlcuding these JVMs?
StartScriptEnabled is set to true.
The nodemanager.properties file (at $WEBLOGIC_HOME/weblogic92/common/nodemanager/nodemanager.properties) has a string setting "StartScriptEnabled". The default value is false. In this instance, the value is set to true. Ensure the "StartScriptEnabled" is set to false, along with the excluded InstrumentedProcesses outlined in the problem description above, in order for the JVMs to become excluded.