[ixpmanager] Multi Macs

Nick Hilliard nick at inex.ie
Mon Jul 9 12:11:11 IST 2012


On 09/07/2012 10:00, Joe Wooller wrote:
> Trying to play with mrtg;
> 
> after running 
> 
> export PERL5LIB=/var/www/IXP-Manager/tools/perl-lib/IXPManager/lib
> 
> and then trying to run it I get;

You probably want to install that perl library properly:

# cd /var/www/IXP-Manager/tools/perl-lib/
# perl Makefile.PL
# make install

There are a couple of dependencies which it will warn you about if they're
not installed.

> root at dev:/var/www/IXP-Manager/tools/runtime/mrtg# ./update-mrtg-config-from-db.pl 
> Can't use an undefined value as an ARRAY reference at ./update-mrtg-config-from-db.pl line 209.
> root at dev:/var/www/IXP-Manager/tools/runtime/mrtg# 

Mmm, that means that the script isn't getting the correct information from
the database into the internal memory structures.  Have you set up customer
ports in the database yet?

Nick




More information about the ixpmanager mailing list