You can create a bat file by using something close to the following example for year graph, if you need to change for day,week,month change start and end(rrdtool tutorial helps): d:\rrd\perl-shared\t\rrdtool graph jan.gif --start -365d --end Now DEF:inoctets=208.199.59.1_1.rrd:ds1:AVERAGE DEF:outoctets=208.199.59.1_1.rrd:ds0:AVERAGE AREA:outoctets#00FF00:"Out traffic" LINE1:inoctets#0000FF:"In traffic"
-----Original Message----- From: Janardhan_Madabattula [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2000 3:04 PM To: '[email protected]' Subject: [rrd-users] Fetch is Ok but graph fails Hi all, I executed the script like this. D:\INETPUB\wwwroot\mrtg>d:\rrd\perl-shared\t\rrdtool graph jan.gif DEF:val1=20 8.199.59.1_1.rrd:ds1:AVERAGE PRINT:val1:AVERAGE:\%lf 0x0 \lf Please can anybody help me in fix the problem. Thanks Janardhan -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
