I am running this on FreeBSD, I think I for got to mention that, and the 1week and 1month settings give me this error "ERROR: start time: unparsable trailing text: '...week'" I did try this for one week:
/usr/local/bin/rrdtool graph /usr/local/apache2/htdocs/rrd/load-w.png -a PNG -h 125 -s -604800 -v "Average Load" \ And that seemed to work, again just looking for the best way to impliment. Thanks for your help. On 10/2/06, Rogério Schneider <[EMAIL PROTECTED]> wrote: > > So, why don't you try this: > > > #!/bin/sh > /usr/local/bin/rrdtool graph -s 1week /usr/local/rrd/bandwidth.png -a PNG -h > 125 -v "Data Throughput" \ > > or > > /usr/local/bin/rrdtool graph -s 1month /usr/local/rrd/bandwidth.png -a PNG -h > 125 -v "Data Throughput" \ > > etc ... > > > > Try this out, ad tell us. > > Att, > > Rogério Schneider > > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
