This is a discussion on [rrd-users] filter rrd data within the RRD Users forums, part of the Networking and Network Related category; Hi! I heavily use rrdtools in self-written monitoring facilities. While debugging and fixing scripts, errors in collection data happen ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
I heavily use rrdtools in self-written monitoring facilities. While debugging and fixing scripts, errors in collection data happen and incorrect values (often much greater than average) being store in .rrd files. Therefore, I see high peaks on graphs and usable info is scaled down. I know it is possible to set maximum for basic filtering, although often incorrect numbers passes. I could manually dump .rrd, edit xml and then restore it, but may be there is a tool (third-party?) performing filtering raw values (already stored in file) for specified boundary, substituting "bad" values for "unknown"? _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |
|
|||
|
On May 28, 2008, at 8:00 AM, Maxim Kuleshov wrote: > I could manually dump .rrd, edit xml and then restore it, but may be > there is a tool (third-party?) performing filtering raw values > (already stored in file) for specified boundary, substituting "bad" > values for "unknown"? > I believe that killspike.pl is in the main distribution under contrib. If not, Goggle probably knows where it lives. It dumps, tunes and restores based on your specified maximum value. -- Marc _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |
|
|||
|
add a CDEF with LIMIT.
CDEF:new=old,100,LIMIT for example Mvg, Erik Maxim Kuleshov schreef: > Hi! > > I could manually dump .rrd, edit xml and then restore it, but may be > there is a tool (third-party?) performing filtering raw values > (already stored in file) for specified boundary, substituting "bad" > values for "unknown"? > > _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |
![]() |
| Thread Tools | |
| Display Modes | |
|
|