Hi.
Need to report on the following as a database view for management to ensure that we are monitoring everything.
Device name
Monitor1
Monitor2
Monitor3
...
Table like this
Devicename|Type|MonitorName|IsActiveMonitor(1/0)
Trying to find the tables by querying inventory through OpManager with the SQL profiler (our database is in SQL Server) - the query traffic is so swift that I have 100K sql calls to search through in under 60 seconds monitoring.
Where should I look? Which Tables?
Thanks
John