				Gog&Magog
		               Release 3
                            Installation notes

  0) Check out the README.txt file before starting!

  1) Make sure you have a perl5 binary or link named /usr/local/bin/perl

  2) Gog installation (to do on each host to be monitored):
    a) unzip, untar the package in a temporary directory
    b) run "configure client" in the directory.  
    c) move the client/config.tmpl to /etc or /usr/local/etc
    d) customize the config template (see README.txt)
    e) edit the root crontab and append/adjust the following line:

       0 6 * * * /usr/local/bin/gog /usr/local/etc/config.tmpl > /tmp/gog.log 2>&1
       This will run gog every morning at 6am, assuming the config file
       is located in /usr/local/etc

    f) restart the cron daemon (if necessary)
    g) run "gog /usr/local/etc/config.tmpl" 
       This will create a file called /tmp/hostname.chk that will be 
       the original profile for this host. (See how the profile is used next)

  3) Magog installation (on the central host only):
    a) run "configure server" in the temp directory
    b) collect the profiles from the remote hosts by hand (see point 2f) or
       let configure do it for you (the profiles must be stored in
       /var/local/integrity)

  4) GogView installation (on the central host only):
    a) ensure your HTTP server is up and running
    b) run "configure server" in the gogmagog directory
    c) if necessary, modify /etc/passwd so that nobody's home directory
       is /tmp

That's it! Now all you have to do is run magog -all <hosts list...> every
now and then...
