[rrd-users] Re: RRDtool + NTop

Serge Maandag serge.maandag at staff.zeelandnet.nl
Mon Apr 23 14:08:01 MEST 2001


Guessing here:

Perl is probably expecting a special character after each "<" and/or
"/".
Kind of how it interprets "\n" as a newline. 

If you would want to print "\n" literally, you would have to use an
escape character to let Perl know the following character has no special
meaning. 
So print ("\n"); would print a newline, but print ("\\n"); would
literally print "\n".

Try to put a leading "\" to your "<" and "/"'s

Serge.

-----Original Message-----
From: Valeriana Roncero [mailto:valerianaroncero at bol.com.br]
Sent: zaterdag 21 april 2001 2:54
To: rrd-users at list.ee.ethz.ch; rrd-developers at list.ee.ethz.ch
Subject: [rrd-users] RRDtool + NTop



Hi !!!

How can I configure rrdtool to find
the data that ntop produces....

I have two files nwUsage.pl and
protoUsage.pl but when I run them from
the prompt they give me the same erro
message:

./nwUsage.pl &

[1] 31674

[root at sodium html]# Bareword found where operator expected at (eval 7)
line
7, near "/H1>

</CENTER"

(Might be a runaway multi-line // string starting on line 6)

(Missing operator before CENTER?)

Bareword found where operator expected at (eval 7) line 9, near "<A
HREF="http://www-serra.unipi.it/~ntop/">ntop" (Missing operator before
ntop?)

Bareword found where operator expected at (eval 7) line 10, near "/A>
v.1.1
MT [i586-pc-linux-gnu] listening on eth0<br>

<address>&copy; 1998-99 by <A HREF=mailto:deri at unipi.it>L. Deri</A"

(Might be a runaway multi-line // string starting on line 9)

(Missing operator before A?)

Bareword found where operator expected at (eval 7) line 10, near
"/font></BODY"

(Missing operator before BODY?)

987795013:0::::0:::::::0:

Bareword found where operator expected at (eval 8) line 7, near "/H1>

</CENTER"

(Might be a runaway multi-line // string starting on line 6)

(Missing operator before CENTER?)

Bareword found where operator expected at (eval 8) line 9, near "<A
HREF="http://www-serra.unipi.it/~ntop/">ntop" (Missing operator before
ntop?)

Bareword found where operator expected at (eval 8) line 10, near "/A>
v.1.1
MT [i586-pc-linux-gnu] listening on eth0<br>

<address>&copy; 1998-99 by <A HREF=mailto:deri at unipi.it>L. Deri</A"

(Might be a runaway multi-line // string starting on line 9)

(Missing operator before A?)

Bareword found where operator expected at (eval 8) line 10, near
"/font></BODY"

(Missing operator before BODY?)

987795166:0::::0:::::::0:




--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi


--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list