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:
3rd) Follow instalation instructions (found in README file !!!)
- unzip and unpack files to some directory which you has write permissions
tar xvfz ibmap-full-1.0.0.tgz -C /usr/local
- change config files
see CONFIGURATION
- schedule ibmap in crontab
crontab -e
*/2 * * * * /usr/local/ibmap
for a 2 minutes update interval
Done... Congratulations... now.. click in Configuration button..