alexwoehr / nagios2cacti

Automatically exported from code.google.com/p/nagios2cacti
GNU General Public License v2.0
0 stars 0 forks source link

server_perf.pl - can't locate Error.pm #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Error when running:

/usr/lib/N2Cacti/server_perf.pl -u -d -c /etc/n2rrd/n2rrd.conf -p2080

Can't locate Error.pm in @INC (@INC contains: ./lib ../lib
/usr/lib/N2Cacti/lib /usr/lib/perl5/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at
/usr/lib/N2Cacti/server_perf.pl line 24.
BEGIN failed--compilation aborted at /usr/lib/N2Cacti/server_perf.pl line 24.

Perl version 5.88-14.7. the file Error.pm does not exist on the
filesystem.. Also, What is the nagios2cacti_udp.odg for ?

Can you please help!

Original issue reported on code.google.com by ben.pric...@gmail.com on 8 Jan 2009 at 11:58

GoogleCodeExporter commented 9 years ago
you need to grab the Error perl module, look in your distribution to get it or 
use
CPAN to install it, with a command like this :

# perl -MCPAN -e 'install Error'

nagios2cacti_udp.odg is a documentation wrote with openoffice.

best regards,

Original comment by olivier....@gmail.com on 8 Jan 2009 at 12:31