in reply to Re: working with remote log files
in thread working with remote log files

Can you imagine deploying and keep this software up to date on 100 servers ?
Then you would also need to have something in place that checks whether this script is still executing on each server.

Just adding my 2cents.

Replies are listed 'Best First'.
Re: Re: Re: working with remote log files
by Fletch (Bishop) on Oct 14, 2001 at 04:48 UTC

    That's what rsync is for. No more difficult than managing anything else on 100s of machines. As for making sure that its still running, have it submit a null report even if nothing went wrong. Then you just have to look for who didn't submit anything to determine if it's not running.