Disable Instrumentation of Specific Hosts
To reduce license consumption, you can disable the instrumentation of application server types that you do not want to monitor.
<install-directory>/bin/zfictl configure --disable-instrumentors=java,<app-server-type>
The location <install-directory>
refers to the directory in which
you installed the Agent Installer.
This table lists the supported values for <app-server-type>
:
App Server | Accepted Value |
---|---|
Tomcat |
tomcat
|
JBoss |
jboss
|
GlassFish |
glassfish
|
WebLogic |
weblogic
|
WebSphere |
websphere
|
Plain (non-application server) Java applications |
java
|
All app server types |
all
|