Today Alex van den Bogaerdt wrote: > In this case, the counter wrap mechanism gets it wrong. It > isn't perfect and to the best of my knowledge it isn't > configurable either.
You can effectively disable counter wrap handling by setting the DS type to DERIVE and the minimum value to 0 ... so whenever the counter becomes smaller than before, rrdtool will disregard that measurement. also in general it is a very good idea to set upper and lower bounds for your DSes, since this will also catch 'non-sensible' values. cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 213 9902 _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
