Configuring the ADM adapter for Service Graph Connectors
You can configure the Application Dependency Mapping (ADM) adapter to populate running processes, TCP connections, and applications into CMDB.
As a user with the admin role, you can use the ADMHelper script include to configure the ADM adapter that populates running processes, TCP connections, and applications into CMDB. The ADMHelper script include is available within the Integration Commons for CMDB (sn_cmdb_int_util) store app. The ADMHelper script include invokes the ApplicationDependencyMapping script include that is available within the Discovery and Service Mapping Patterns application (sn_itom_pattern).
The ADM adapter requires the inputs as discussed in the following table:
| Input | Input type |
|---|---|
| Running Process Details | Required |
| Computer Sys Id | Required |
| TCP connection details | Optional |
| ADM Properties | Optional |
For interpreting and populating the CIs, the ADM processor requires the input data in a specific format. Ensure that the keys are formed as shown in the following example:
| TCP connections data | Running process |
|---|---|
|
|
The ApplicationDependencyMapping script include processes TCP connections and running process data and populates the following tables:
- TCP Connections [cmdb_tcp]
- Running Process [cmdb_running_process]
- Application [cmdb_ci_appl]