ibmap



Home

Instalation

Configuration

ScreenShots

Examples

About Me


Before Install:

1st) Requirements:

Any server with perl installed (version 5.8 or above) and the following modules:

  • Getopt::Long (used to parse command line parameters)
  • GD (Boutell Graphics Library)
  • GD::Text (Text support for Boutell Graphics Library)
  • RRDs (used to manipulate RRD files)
  • Net::SNMP (used to support SNMP)
  • DBI (used to support DBI abstraction layer)
  • Time::HiRes (used to give better time support)
  • Data::Dumper (used in debug mode)

all these modules can be found in CPAN or in your distributions packages
(do you remenber anything like "perl -MCPAN -e shell"  ??)


2nd) Get product from SourceForge:
Download

3rd) Follow instalation instructions (found in README file !!!)

  1. unzip and unpack files to some directory which you has write permissions

  2. tar xvfz ibmap-full-1.0.0.tgz -C /usr/local
  3. change config files

  4. see CONFIGURATION
  5. schedule ibmap in crontab
  6. crontab -e */2 * * * * /usr/local/ibmap for a 2 minutes update interval



Done... Congratulations... now.. click in Configuration button..