How to setup Logrep server on Windows NT/2000 ?
Requirements
- SSH client.
- Perl.
Procedure
- Copy server files to a temporary directory.
- Generate a keypair for public key authentication (with NULL passphrase) in the same directory
- Customize parameters.pl for your site.
- Run init.pl to generate directory structure.
- Copy all server files and keyfiles to program directory.
- Setup schedule jobs by using logrep.pl
logrep.pl examples (for use as scheduled tasks)
daily operation
%path%\logrep.pl -m 1
Picks up full copies of logfiles from client machines and generates web reports in web directory.
snapshot operation (can also be run manually)
%path%\logrep.pl -m 2
Picks up snapshot copies of logfiles from client machines and generates web reports in web directory.