Legacy: JBoss probes and sensors
Summarize
Summary of Legacy: JBoss probes and sensors
This content explains how ServiceNow Discovery identifies and gathers configuration data for JBoss application servers on both Linux and Windows platforms using legacy probes and sensors. These probes actively detect running JBoss processes and extract relevant configuration details to populate the CMDB tables for JBoss application servers, web applications, and web services.
Show less
Key Features
- Process Detection: The UNIX - Active Processes (Linux) and Windows - Active Processes probes detect running JBoss processes by matching the
org.jboss.mainentry point parameter. A matching process results in creating a record in thecmdbciappserverjbosstable. - Web Application Discovery: The JBoss - Find web.xml list probe uses the classpath from the running process to locate the
web.xmlfiles in theserver\default\deploydirectory of the JBoss installation. For each discovered web application, the JBoss - Get web.xml probe reads theweb.xmlfiles and populates additional details in thecmdbciwebservicetable. - Web Service Configuration: The JBoss - Get jboss-service.xml probe searches for the
jboss-service.xmlfile in theserver\default\conf\directory using the classpath parameter. When found, its contents are read by the sensor to create or update records in thecmdbciwebservicetable as necessary. - Cross-Platform Consistency: The same set of probes and sensors operate on both Linux and Windows platforms, ensuring consistent discovery and population of JBoss server and related application data.
- Legacy Probe Activation: These legacy probes are active on upgraded instances, while new ServiceNow instances use the JBoss pattern for discovery.
Key Outcomes
- Accurate identification of JBoss application servers running on Linux and Windows systems.
- Comprehensive discovery of deployed web applications and their configurations via
web.xmlfiles. - Detailed configuration data extraction from
jboss-service.xmlfiles, enriching the CMDB’s web service entries. - Enables ServiceNow customers to maintain an up-to-date CMDB with detailed JBoss server, web application, and web service information for better operational visibility and management.
Discovery identifies a Linux JBoss application server using probes and sensors.
Linux
This process describes the use of probes, which are active on your instance if you upgrade. For new instances, Discovery uses the JBoss pattern.
- The UNIX - Active Processes probe detects a running process that matches an org.jboss.main entry point parameter.
- If there’s a match, a record is created in the JBoss Application Server [cmdb_ci_app_server_jboss] table. The following probes are also triggered:
- JBoss - Find web.xml list: The sensor of this probe populates information in the Web Application [cmdb_ci_web_application] table if applicable.
- JBoss - Get jboss-service.xml: The sensor of this probe populates information in the Web Service [cmdb_ci_web_service] table.
- The JBoss - Find web.xml list probe searches for the web.xml files of JBoss application server. The probe uses the classpath parameter in the running process, and then searches in the related server\default\deploy directory for the JBoss installation.
- If associated web applications reside in the server\default\deploy directory, the JBoss - Get web.xml probe triggers for each application. This probe reads the web.xml file for each web application and the sensor populates additional information to the Web Service [cmdb_ci_web_service] table.
- The Boss - Get jboss-service.xml probe uses the classpath parameter in the running process to search for the jboss-service.xml file in the related server\default\conf\ directory for the JBoss installation.
- If the probe successfully finds the jboss-service.xml file in the server\default\conf\ directory, the sensor reads the contents of the XML file. It then creates additional records in the Web Service [cmdb_ci_web_service] table as necessary.
Windows
This process describes the use of probes, which are active on your instance if you upgrade. For new instances, Discovery uses the JBoss pattern.
- The Windows - Active Processes probe detects a running process that matches an org.jboss.main entry point parameter.
- If there’s a match, a record is created in the JBoss Application Server [cmdb_ci_app_server_jboss] table. The following probes are also triggered:
- JBoss - Find web.xml list: The sensor of this probe populates information in the Web Application [cmdb_ci_web_application] table if applicable.
- JBoss - Get jboss-service.xml: The sensor of this probe populates information in the Web Service [cmdb_ci_web_service] table.
- The JBoss - Find web.xml list probe searches for the web.xml files of JBoss application server. The probe uses the classpath parameter in the running process, and then searches in the related server\default\deploy directory for the JBoss installation.
- If associated web applications reside in the server\default\deploy directory, the JBoss - Get web.xml probe triggers for each application. This probe reads the web.xml file for each web application and the sensor populates additional information to the Web Service [cmdb_ci_web_service] table.
- The Boss - Get jboss-service.xml probe uses the classpath parameter in the running process to search for the jboss-service.xml file in the related server\default\conf\ directory for the JBoss installation.
- If the probe successfully finds the jboss-service.xml file in the server\default\conf\ directory, the sensor reads the contents of the XML file. It then creates additional records in the Web Service [cmdb_ci_web_service] table as necessary.