Grid Control Metrics Report

From: Thomas Roach <troach_at_gmail.com>
Date: Mon, 31 Aug 2009 09:54:57 -0400
Message-ID: <b86ffce60908310654l3ab6eb64wf6eb3d8a6dfcbdda_at_mail.gmail.com>



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

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Aug 31 2009 - 08:54:57 CDT

Original text of this message