|-----Ursprüngliche Nachricht----- |Von: Daniel J McDonald [mailto:[EMAIL PROTECTED] |Gesendet: Dienstag, 27. September 2005 16:30 |An: Schlupkothen, Guido |Cc: [EMAIL PROTECTED] |Betreff: Re: [mrtg] Re: NTP with negativ drift | [...] | |Yes, you have to tune your rrdfile. Once it is created, just do: | |rrdtool tune -i DS0:-5 -i DS1:-5 /path/to/the/rrdfile.rrd | |That will lower the minimum from 0 to -5. | |I really should hack up that chunk of code to deal with |minimums so that |it will create the rrd's correctly the first time. It's not hard, and |it would be a help when I monitor RSSI on various wireless devices.
Hi Daniel, thx for your hint and yes, it´s working fine now. Only the syntax is sometwhat different, I had to use it this way: rrdtool tune /path/to/the/rrdfile.rrd -i ds0:-5 -i ds1:-5 First the rrd-file, then the options and the "ds0" seems to be case sensitive. The next time I have to rtfm ;o) Best regards Guido Schlupkothen -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
