in reply to Re: Re: Unusual(?) server
in thread Unusual(?) server

All of the monitoring tools I mentioned have the ability to react to defined conditions by executing configured commands. You could f.ex launch a script that invokes a command on the slave using SSH.

mon might be interesting as it's written in Perl itself.

The other option might be to write just the part that sends commands to clients but use a monitoring package to do the regular tasks. As the control script runs on the same machine as the monitor, it could peek at the monitor's data and occasionally initiate actions on its own.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^3: Unusual(?) server
by Nygeve (Acolyte) on Nov 18, 2002 at 09:54 UTC
    Ok, thanks for links. I'll dig it.
Re: Re^3: Unusual(?) server
by UnderMine (Friar) on Nov 18, 2002 at 10:30 UTC
    I friend of mine was developing Thoth which again is mainly written in Perl.

    This is extendable and my meet some of your requirements or just give you ideas.

    Hope this helps
    UnderMine