Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have an install of Big Brother to monitor a number of servers. However, I would like to customize it using Perl. I cannot find solid, extensive Perl modules to help me monitor Oracle databases and other processes. Anybody using a similar tool as Big Brother which is more customizable in Perl? Thanks. Rah

Replies are listed 'Best First'.
Re: Server Monitor/Big Brother
by tirwhan (Abbot) on Apr 05, 2006 at 09:33 UTC

    Take a look at Nagios (formerly NetSaint). You can write plugins in Perl (you may want to run Nagios with the embedded Perl interpreter for optimal performance) , and at least one GPL'ed Oracle plugin is available on the net.


    All dogma is stupid.
Re: Server Monitor/Big Brother
by McDarren (Abbot) on Apr 05, 2006 at 09:45 UTC
    Have you tried deadcat?

    I did a quick search using the keyword "oracle" and got 36 hits.

    Writing Perl plug-ins for Big Brother is really quite trivial. All your script has to do is write to a text file in a standard format, and then Big Brother does the rest. The BB documentation even includes instructions on how to do this.

    Cheers,
    Darren :)

Re: Server Monitor/Big Brother
by marto (Cardinal) on Apr 05, 2006 at 09:27 UTC
    Anonymous Monk,

    You may want to take a look at Big sister, it is written in Perl. Perhaps you could install it to see if it does most of what you want, and write your own Oracle monitoring code. This has been suggested in the past for system monitoring solutions, please use Super Search before posting.

    Hope this helps.

    Martin