I receive data once a month and wanted to set-up rrds to reflect this. So, I am trying to use this syntax when I am creating the rrd files.
For RRA I am using the following values: my $RRAS="RRA:AVERAGE:0.5:1:576 RRA:AVERAGE:0.5:6:576 RRA:AVERAGE:0.5:24:576 RRA To create RRD itself, I am using the following syntax: $RRDTOOL create --start 1145898000 --step 900 $RRD DS:runtime:GAUGE:2592000:0:U DS:startgap:GAUGE:2592000:0:U $RRAS"); What I want to happen is that for the entire month of lasts say APRIL there will be a bar. So, if I use area when I graph the data and all the values are the same for the entire month, then a graph should appear. If someone could help me, that will be great. Thanks, Daniel -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
