Is it possible to Discover Oracle,MYSQL,PostgreSQL & MongoDB database catalogs via ServiceNow Discovery?

hussainshaik
Mega Contributor

Hi,

Need help,

I am able to discover MSSQL,Oracle,MYSQL,PostgreSQL & MongoDB   ,Database Instances.

I am able to discover MSSQL database catalogs'

Is it possible to Discover Oracle,MYSQL,PostgreSQL & MongoDB database catalogs?

If yes what are the pre-requisites and access levels need to enable for user accounts?

Regards,

Hussain

7 REPLIES 7

Hi Patrick,



Thanks for the Information.



In the link we didn't notice prerequisites for Mongo DB. As per your comments do we need READ ONLY permissions on the Server?



Can you please be specific on conf, I mean cong file name?



Regards,


Vinil.


Patrick DeCarl1
ServiceNow Employee
ServiceNow Employee

the conf file is mongod.conf from the link I sent. Read should be fine. But if you already have access to server via SSH you should be fine.


robertgeen
Tera Guru

Hello Hussain,


Many of those technologies will discover the instance out of the box but to get a list of the databases running on them you will need to do some customization. For example the Oracle one I did for a client a few years back but it's going to require some technical resources from your organizations to figure out which commands and scripts to run (I also did one for DB2). Often they will have a script already that can be run to return the data and then it's just a matter of you writing the probes/sensors needed to run the script and parse it.