Add support for monitoring IBM DB2 databases #2340

Open
opened 2026-02-28 02:51:14 -05:00 by deekerman · 2 comments
Owner

Originally created by @jfcabral on GitHub (Jul 6, 2023).

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

New Monitor

🔖 Feature description

It would be great to also be able to monitor other DBs such as IBM DB2:

✔️ Solution

Replicate the setup for MS SQL server, but with different connection methods and parameters to connect and test DB2 instances.

Alternatives

I'm currently using a TCP Port test, but this only checks if the port is open, not whether a DB is actually available on that port and properly functioning.

📝 Additional Context

One can easily run DB2 with Docker:

Its seems there's an NPM library for interfacing with DB2: https://www.npmjs.com/package/ibm_db

Originally created by @jfcabral on GitHub (Jul 6, 2023). ### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type New Monitor ### 🔖 Feature description It would be great to also be able to monitor other DBs such as IBM DB2: * https://www.ibm.com/products/db2 ### ✔️ Solution Replicate the setup for MS SQL server, but with different connection methods and parameters to connect and test DB2 instances. ### ❓ Alternatives I'm currently using a TCP Port test, but this only checks if the port is open, not whether a DB is actually available on that port and properly functioning. ### 📝 Additional Context One can easily run DB2 with Docker: * https://www.ibm.com/docs/en/db2/11.5?topic=system-linux * https://hub.docker.com/r/ibmcom/db2 Its seems there's an NPM library for interfacing with DB2: https://www.npmjs.com/package/ibm_db
Author
Owner

@jfcabral commented on GitHub (Feb 14, 2024):

Hi, @CommanderStorm, could you please comment on this: https://github.com/louislam/uptime-kuma/pull/3439#issuecomment-1910747312
Thank you

@jfcabral commented on GitHub (Feb 14, 2024): Hi, @CommanderStorm, could you please comment on this: https://github.com/louislam/uptime-kuma/pull/3439#issuecomment-1910747312 Thank you
Author
Owner

@CommanderStorm commented on GitHub (Feb 14, 2024):

I replied there, but for this thread:
IBM currently does not support armv7/arm64.
Running on said platforms is a hard requirement for us which we will not drop for this feature.

If IBM changes their mind about arm support (or there is a way to have this work on arm too), this changes ^^

@CommanderStorm commented on GitHub (Feb 14, 2024): I replied there, but for this thread: IBM currently does not support armv7/arm64. Running on said platforms is a hard requirement for us which we will not drop for this feature. If IBM changes their mind about arm support (or there is a way to have this work on arm too), this changes ^^
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#2340
No description provided.