I have one data point I want to trend every day and have setup a script to push this point in at 12 midnight (well I should do it at 11:58pm to get the correct day). The results thus far are not as expected and just wondered if my "create" is correct for such a requirement. Don;t ask why I did Average and MAX cause I don;t know !
rrdtool create /public/rrd/aqua_waterchange.rrd --start 1167177600 --step 86400 DS:F1:GAUGE:100000:0:500 RRA:AVERAGE:0.86400:1:1825 RRA:MAX:0.86400:1:1825 All I want to do is show a monthly graph with a bar graph for each day of this one datapoint. thanks -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
