-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle DB monitor -- steps in #2796 does not seem to work #5143
Comments
running uptime-kuma Version: 1.23.13
src\pages\EditMonitor.vue Lines 77-80 Lines 388-393
Line 8-9 const { tcping, ping, dnsResolve, checkCertificate, checkStatusCode, getTotalClientInRoom, setting, mssqlQuery, postgresQuery, mysqlQuery, oracledbQuery,mqttAsync, setSetting, httpNtlm, radius, grpcQuery, line 861-868
|
Regarding oracle Regarding your post. Could you specify what you mean by the following? (
given how brittle such a patch would be (you will need to maintain your fork), I suggest to use the push monitor instead with a script of your choosing. |
@CommanderStorm thank you. I could not quiet understand arm support. (ARM as in processor)?. I observe that oracle site is showing that their thick client is supported in ARM processor https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#aarch64 not sure if I am missing something obvious. coming to the steps, I repeated the steps mentioned in #2796 after I made the changes in the above mentioned files I did a npm rebuild and restarted uptime-kuma from pm2 I will look up push monitor and see how to go about it. |
Things must have changed since we last looked at this
We either overlooked thin mode or (more likely) that is a newer development.. When this was last looked into, oracle required binary blobs and those were neither bundled with the package, nor build for arm.
Could you provide that as a pull request? Reviewing the text above for what is missing is pretty hard |
π I have found these related issues/pull requests
#2493
π·οΈ Feature Request Type
New monitor
π Feature description
Should be able to monitor connection to an Oracle DB
βοΈ Solution
Install oracle db node package
add option for monitoring oracle db accepting host name , port, service name, user name and password
β Alternatives
No response
π Additional Context
made changes mentioned in #2796 but the oracle db as an option is not showing in the drop down. I am new to this framework any help would be appreciated.
The text was updated successfully, but these errors were encountered: