in reply to External monitoring of a Perl program

I would recommend a full fledged network monitoring system that resides on both the client and server... I've used Big Brother in the past, but have been considering a switch to netsaint.

Both of these systems allow you to write plug-ins (read short scripts) that check on anything you want them to. These plug-ins send status messages to the server, which updates a central repository of status information. The server will then notify you if critical status items are missing or broken.

-Blake

  • Comment on Re: External monitoring of a Perl program

Replies are listed 'Best First'.
Re: Re: External monitoring of a Perl program
by dthacker (Deacon) on Sep 18, 2001 at 21:10 UTC
    I agree with blakem. I currently use Big Brother and write external plugins (most in Perl) to report to the central server. You may also want to take a look at Spong, which is a perl-based derivative of Big Brother.

    Dave