Configuration parameters for the JBoss agent

The configuration parameters for the JBoss agent are displayed in a table.

  1. JBoss Agent Settings - JBoss agent environment settings.
  2. Table 2 - Example JMX service URLs.
Table 1. JBoss Agent Settings
Parameter name Description Silent configuration file parameter name
Server Name Provide a name to identify the JBoss/WildFly Server. KJE_SERVER
Java™ home The path to where Java is installed. JAVA_HOME
JMX user ID The user ID for connecting to the MBean server. KQZ_JMX_JSR160_JSR160_USER_ID
JMX password Password KQZ_JMX_JSR160_JSR160_PASSWORD
JMX service URL The service URL for connecting to the MBean server.

See Table 2 for examples.

KQZ_JMX_JSR160_JSR160_SERVICE_URL
JMX class path The JAR files that are searched to locate a class or resource. Locate and enter the path to the jboss-client.jar file for your JBoss server. Example for a JBoss EAP 6 server, /opt/EAP-6.3.0/jboss-eap-6.3/bin/client/jboss-client.jar. KQZ_JMX_JSR160_JSR160_JAR_FILES
DC Runtime Directory
Note: This parameter is only for the JBoss agent with transaction tracking capability, which is in the Cloud APM, Advanced offering. For the JBoss agent with basic resource monitoring capability, which is in the Cloud APM, Base offering, skip this parameter.

The full path to the JBoss data collector runtime directory is set by the simpleConfig script. Leave this parameter blank during the initial configuration of the agent.

KQZ_DC_RUNTIME_DIR
Table 2. JMX service URLs
JBoss server version JMX service URL with default port1
WildFly 8, 9 and 10
JBoss EAP 7
service:jmx:remote+http://ip:9990
service:jmx:remote+https://ip:9994
JBoss EAP 6
JBoss AS 7
service:jmx:remoting-jmx://ip:9999
JBoss EAP 5.2
JBoss AS 6.1
service:jmx:rmi:///jndi/rmi://ip:1090/jmxrmi

1 The port is based on the port in the JBoss configuration file entry <socket-binding name="management-native" interface="management" port="${jboss.management.native.port:NNNN}"/>. If the port was changed from the default value, adjust it according to the port number in your configuration file.