Re: Grid Control Metrics Report

  • From: Job Miller <jobmiller@xxxxxxxxx>
  • To: Oracle Discussion List <oracle-l@xxxxxxxxxxxxx>, troach@xxxxxxxxx
  • Date: Mon, 31 Aug 2009 09:38:54 -0700 (PDT)

Is this what you are looking for?
http://download.oracle.com/docs/cd/B16240_01/doc/em.102/b40007/views.htm#BACCEIBI
MGMT$TARGET_METRIC_COLLECTIONS
MGMT$TARGET_METRIC_COLLECTIONS displays information about the metric collections

--- On Mon, 8/31/09, Thomas Roach <troach@xxxxxxxxx> wrote:


From: Thomas Roach <troach@xxxxxxxxx>
Subject: Grid Control Metrics Report
To: "Oracle Discussion List" <oracle-l@xxxxxxxxxxxxx>
Date: Monday, August 31, 2009, 9:54 AM



Hi,
 
I want to identify what alerts Oracle Grid Control is polling for. (I'll query 
notification rules later).
 
I am trying to find a SQL statement to run against my GC repository. I found a 
table that "almost" gives me what I need (it actually gives me the column I 
need but it is null).
 
The query is as follows.
 
SELECT *
FROM sysman.mgmt$metric_collection
ORDER BY target_name, target_type, metric_name;
 
The one field that throws me off is interval (polling frequency). Everything 
seems to be null, yet when I go into GC, I see that these are set to run 
anywhere from every 5 minutes to every 24 hours. It has to be set somewhere, 
but where? If I can find the table and then do a join, it will give me what I 
need.
 
Thanks!
 
Tom


      

Other related posts: