ITOM & ACC discovery for databases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 07:39 PM
Hello community, I want to know if ITOM discovery or ACC can discover and offer information about database instances such as tables, views, and other details. Or do they only discover database instances without details?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:27 PM
Hi @Miguel Flores S ,
GO through the Database Discovery :https://docs.servicenow.com/bundle/washingtondc-it-operations-management/page/product/discovery/conc...
Then Discovery with Agent Client Collector - Step by Step Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 09:59 AM
Thanks for the reply. We are currently successfully discovering or identifying the database instance running on each server.
But we want to see details of those instances, such as tables, views, capacity, jobs, etc.
Is it possible to obtain this detailed information with the discovery or with ACC?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:40 PM
Hi @Miguel Flores S
I agree with @Community Alums - start with the "regular" DB discovery. Personally, I do not think that ACC gives you an advantage. Of course you could use existing sensu plugins for databases such as the GitHub - sensu-plugins/sensu-plugins-postgres but these plugins come from the monitoring side and not from the discovery side.
Finally you could write your own plugins which begs the question of what you would gain from it.
What kinds of database systems do you want to discover?
What do you expect to gain from ACC in this context?
Best
Daniel
If this answer was helpful, I would appreciate if you marked it as such - thanks!
Best
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 10:01 AM
Thanks for the reply. We are currently successfully discovering or identifying the database instance running on each server.
But we want to see details of those instances, such as tables, views, capacity, jobs, etc.
Is it possible to obtain this detailed information with the discovery or with ACC?
Or that is a possibility from monitoring not for discovery as you mention?
Regards