Hi to all, I´m looking to paint , to create graphs of the last 48hours or month graphic...but i only obtain a last 24hours graphic. Here its my script to create graphs....whats wrong???
Thanks in advanced, *server:/home/rrd/scripts# more creategraphs.sh #!/usr/bin/ksh export RRD="/home/rrd/rrd/concurrent-clientspin.rrd" export GIFPIN="/home/rrd/graphs/pal.png" export GIFPINT="/home/rrd/graphs/pel.png" rrdtool graph $GIFPAL DEF:ccpal=$RRD:ccpal:AVERAGE AREA:ccpal#00b871s rrdtool graph $GIFPEN DEF:ctpen=$RRD:ctpen:AVERAGE AREA:ctpen#00b871s * -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
