Okay, i want to monitor 4 datasource, and i would like to always display the output as an integer in the plots, so i created
rrdtool create usagestats.rrd --start 992553718 DS:totalt:GAUGE:600:0:U DS:oppar:GAUGE:600:0:U DS:doms:GAUGE:600:0:U DS:subs:GAUGE:600:0:U RRA:AVERAGE:0.5:1:288 RRA:AVERAGE:0.5:288:31 RRA:AVERAGE:0.5:2016:52 RRA:MAX:0.5:1:288 RRA:MAX:0.5:288:31 RRA:MAX:0.5:2016:52 started to fill the table, but if i try rrdtool graph all1.gif --start 992630000 --end `date +%s` DEF:linea=usagestats.rrd:oppar:MAX LINE2:linea#FF0000:"Oppar" DEF:lineb=usagestats.rrd:subs:MAX LINE2:lineb#00FF00:"Subs" DEF:linec=usagestats.rrd:doms:MAX LINE2:linec#000000:"Doms" ; mv -f *.gif /var/www/html/ But that still gives me some sort of averaged value.. (using average instead of MAX yields similar results). What am i missing here? -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
