[rrd-users] rrdtool empty graphs
Radu Spineanu
radus at smartpost.ro
Fri Mar 19 02:10:11 MET 2004
Hello!
I am trying to create some rrds from data taken with some scripts.
It seems the problem is only happening here. i am running debian unstable with
rrdtool 1.0.46-2 .
for example
--
if test ! -e misc/loadavg.rrd; then
/usr/bin/rrdtool create misc/loadavg.rrd --step 300
DS:load_1min:GAUGE:600:0:500 DS:load_5min:GAUGE:600:0:500
DS:load_15min:GAUGE:600:0:500 RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700
RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600
RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797
fi
/usr/bin/rrdtool update misc/loadavg.rrd $(uptime | sed -r 's/.*: ([0-9.]*),
([0-9.]*), ([0-9.]*)/N:\1:\2:\3/')
---
However the rrd's are empty.
Initialy i ran into this problem with flowscan, i though it was flowscan's
fault however i can't be since this script has the same problems.
These are not my scripts, however they run on other boxes.
Radu Spineanu
--
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