Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Suggestions for monitoring tools?

Re: Suggestions for monitoring tools?

From: Sean Hull <shull_at_iheavy.com>
Date: Mon, 2 May 2005 14:02:14 -0400 (EDT)
Message-ID: <Pine.LNX.4.58.0505021356360.23992@hypno.iheavy.com>

> Someone e-mailed me privately and suggested Enterprise Manager, and
> that looks like it might work. I'll start there, but I'm open to other
> ideas. I know about Karma, which does more or less what I want, but it
> doesn't appear to have been updated in a long time so I'm not sure I
> want to rely on it.

Hi Janine,

I'm the author of Karma, and you're right it has not been updated in a number of years. I tend to use Nagios (http://nagios.org) these days as it has some really great features, and can monitor the whole enterprise, run tests on remote servers, and is a generally great all-around schedule/notification system. It will monitor ping, http, ssh, disk partitions, logfiles with a builtin plugin, or with any external programs (swatch is one I really like http://swatch.sourceforge.net/)

On the Oracle side it comes with a basic plugin to check that Oracle is alive and the listener is up. However it is fully scriptable with any language. Perl is ideal for this, as Jared and Mladen can attest. I have some scripts I use, and was thinking of releasing a more general plugin which can be configured to do just about any query, and check results. If you're concerned about the overhead of reopening connections to Oracle each time you to a db check, you can use mod_perl with Apache to make connections persistent.

HTH,
Sean

--
Sean Hull, Senior Consultant
Heavyweight Internet Group
Rockefeller Center, Box 5352
New York, NY 10185
http://www.iheavy.com 
voice: 646.827.9877x23 fax: 646.827.3434

Sean Hull, founder and senior consultant of Heavyweight Internet Group
is the author of O'Reilly and Associates "Oracle and Open Source"
bridging Open Source software and integration with the world's best
performing database, Oracle. http://www.oreilly.com/catalog/oracleopen/  
--
http://www.freelists.org/webpage/oracle-l
Received on Mon May 02 2005 - 14:07:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US