1. Decompress to suitable directory 2. Alter the following variables appropriately $ENV{HTTP_PROXY} = 'http://ntserver:8080'; use constant ETC_DIR => '/home/system/scripts/genmon/'; use constant DATA_DIR => '/var/genmon/data/'; use constant IMAGE_DIR => '/var/genmon/www/images/'; my $config_file = ETC_DIR . 'config.xml'; These should all be fairly self-explanatory. 3. Configure config.xml to suite your needs. The following test types are currently available: dns ftp http ping pop3 smtp telnet 4. Make sure you have GD & XML::Parser installed. There are additional requirements for most tests. Most of these are libnet modules or in the Net:: namespace on CPAN. 5. Run the script. For debugging, if you specify a test name then only that test will be run and the results will be output. # $Id: INSTALL.txt,v 1.3 2002/09/02 13:15:43 chm Exp $