Skip to content

Commit

Permalink
Update docs and tests for ibm DB2 (#19068)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Nov 15, 2024
1 parent 5c44765 commit 3fa69c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ibm_db2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The [ibm_db][4] client library is required. To install it, ensure you have a wor
##### Unix

```text
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install ibm_db==3.1.0
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install ibm_db==3.2.3
```

Note: If you are on an Agent running Python 2, use `ibm_db==3.0.1` instead of `ibm_db=3.1.0`.
Expand Down Expand Up @@ -55,7 +55,7 @@ the build process, install `libxslt-dev` (or `libxslt-devel` for RPM).

#### Enable monitoring

The IBM Db2 integration pulls data using the following table functions:
The IBM Db2 integration pulls data using the following table functions:
* `MON_GET_TABLESPACE`
* `MON_GET_TRANSACTION_LOG`
* `MON_GET_BUFFERPOOL`
Expand All @@ -69,7 +69,7 @@ To monitor a Db2 instance, create a Db2 user with either the `EXECUTE` permissio
* `DBADM` authority
* `SQLADM` authority

To monitor the health of an instance, its associated databases, and database objects, enable the database system monitor switches for each of the objects you want to monitor:
To monitor the health of an instance, its associated databases, and database objects, enable the database system monitor switches for each of the objects you want to monitor:
* Statement
* Lock
* Tables
Expand Down
2 changes: 1 addition & 1 deletion ibm_db2/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
'start_commands': [
'apt-get update',
'apt-get install -y build-essential libxslt-dev',
'pip install -r /dev/requirements.txt',
'pip install ibm_db==3.2.3',
],
}
2 changes: 0 additions & 2 deletions ibm_db2/tests/docker/requirements.txt

This file was deleted.

0 comments on commit 3fa69c8

Please sign in to comment.