Add support for monitoring IBM DB2 databases #3370
Labels
area:monitor
Everything related to monitors
blocked-upstream
upstream (i.e. a dependency we depend on will have to do this work)
feature-request
Request for new features to be added
type:new
proposing to add a new monitor
🏷️ 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
The text was updated successfully, but these errors were encountered: