# Integrations

The Integrations tab provides information about the third-party integrations enabled for your database service.

Prerequisite:

Ensure that you have added integration endpoints in the **DB Governance** application under the **Governance** app family.

Tessell supports following third-party integrations:

**Datadog** - Datadog's cloud monitoring helps to monitor metrics from all of your apps, tools, and services in one place. You can install the Datadog agents on the database VMs and enable it to help you monitor the metrics. You can bring your own Datadog account and enable it to integrate with your database service running on Tessell Portal.

**Qualys** - Qualys is a cloud-based security and compliance platform. It has modules for vulnerability management (VM), continuous host and configuration scanning, web app scanning, and policy compliance. You can bring your own Qualys account and enable it to integrate with your database service running on Tessell Portal.

**Oracle Enterprise Manager** - Oracle enterprise manager monitors, automates, and manages Oracle Databases (CDBs, PDBs), middleware and apps, engineered systems (Exadata), cloud and on-prem combined environments. You can bring your own OEM account and enable it to integrate with your database service running on Tessell Portal.

To integrate OEM to your database service, make sure you have the following:

* Add a host entry to the /etc/hosts file on the OEM server for the target server (hostname).
* **Server name**: The output of the `hostname` command from the OEM server.
* **Agent registration password**: Agent password.
* **Sysman password**: OEM console login password.
* **Server IP**: IP address of the OEM server.
* **Console port**: For the console port, check the OEM portal URL,

OEM URL: *<https://oem-server-name.com:7803/em>*

The port number is 7803.&#x20;

* **Upload port and Agent port**:&#x20;

Use the following command at the OEM Server, `$AGENT_HOME/bin/emctl status agent`

This command provides the Agent URL and Repository URL. Look for the port number in the Agent URL and Repository URL, and use these for setting for the appropriate ports.

For example:

* Agent URL: *<https://oem-server-name:3872/emd/main/>*
  * The port number is 3872.
* Repository URL: *<https://oem-server-name:4903/empbs/upload>*
  * The port number for the repository is 4903.

**Splunk** - Splunk gives centralized visibility and analytics over all database logs and events, which improves security, troubleshooting, SLA monitoring, and capacity planning. You can bring your own Splunk account and enable it to integrate with your database service running on Tessell Portal.

**Enabling third-party integrations**

To enable the third-party integrations:

1. Select the **Enable** button at the bottom of the specific integration tile, a window pops-up.
2. Select the **Endpoint** from the dropdown list.
3. Select the **Add button** to add the integration for your database service.

As an alternative method, use the code to add the third-party integrations.

1. Use the **Code** from the bottom corner. The code is available in different languages like Shell, Python, Go, Java, JavaScript, and PowerShell.
2. You can copy and download the code from their respective buttons.

After the integration is enabled, it displays Integration has already been enabled with this database in the specific integration tile along with the Endpoint name used for this integration.
