mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Add support for monitoring IBM DB2 databases #2340
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jfcabral on GitHub (Jul 6, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ 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
@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
@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 ^^