Index of /mrtg_nw
Name Last modified Size Description
Parent Directory -
MakeMrtgCfg.ncf 06-May-2004 17:40 436
MakeMrtgIndex.ncf 12-Aug-2004 17:22 490
Mrtg_NetWare_Get_Started.html 13-Aug-2004 15:57 15K
Rateup.nlm 17-Aug-2004 16:05 143K
Readme.txt 12-Aug-2004 05:15 1.6K plain text document
RunMrtg.ncf 06-May-2004 17:41 300
build/ 14-Jan-2008 19:26 -
patches/ 14-Jan-2008 19:26 -
The Readme file for the M.R.T.G. for NetWare 13th August, 2004.
============================================
Please read ALL of this document.
1. Obtain a copy of the complete MRTG package at http://people.ee.ethz.ch/%7Eoetiker/webtools/mrtg.
This should be release 2.10.15 or later.
2. Copy the three (3) .ncf files, rateup.nlm and Mrtg_NetWare_Get_Started.html to a local directory.
3. Copy the modified mrtg.pl script in the \patches directory to a local directory.
4. Check Possible problems in NetWare Perl5.
At the time this package is released, there are two likely 'issues' with NetWare
Perl (that are known of and relevant), and each has a 'work-around' as noted below.
a. Locate the following file:
SYS:/Perl/lib/File/spec.pm
Line 13 should read:
NetWare => 'NW5'
Adjust the line as necessary.
b. The following message MAY be displayed on the console:
"Use of uninitialised value in split at SYS:/Perl/lib/File/Spec/NW5.pm line 104"
To correct it, either use the envset console command to create a 'path'
environment variable, or locate the following file:
SYS:/Perl/lib/File/Spec/nw5.pm
Change line 103 from:
my $path = $ENV{'PATH'} || $ENV{'Path'} || $ENV{'path'};
to:
my $path = $ENV{'PATH'} || $ENV{'Path'} || $ENV{'path'} || "";
The Perl 'issues' noted have been raised with the product maintainers and
permanent fixes are expected in the near future.
5. Continue with the Installation process in "Mrtg_NetWare_Get_Started".
6. As Service Packs, Perl Updates and MRTG releases occur, this ReadMe.txt will be revised.
NW 13 August, 2004
EOD