On Wed, Nov 05, 2003 at 02:06:16PM -0600, Simon Westlake wrote: > I tried the following command to 'tune' the rrd files: > > rrdtool tune */*.*.*.*+b.rrd -i ds0:-50 -a ds1:50
Do the same with "echo" prepended: "echo rrdtool tune */*.*.*.*+b.rrd -i ds0:-50 -a ds1:50" probably not the result you expect. OTOH, I do agree RRDtool could cover basic user issues. > This didn't appear to do anything, so I tried it specifying a file rather > than using *.*.*.* - this provided some interesting results. You've set the minimum for one datasource and the maximum for the other ?!? -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
