coffeescript-rrd icon indicating copy to clipboard operation
coffeescript-rrd copied to clipboard

Getting MIN, MAX and LAST

Open msiebuhr opened this issue 13 years ago • 1 comments

Currently, the library only supports getting AVERAGE. It should be able to get MIN, MAX and LAST as well.

I imagine the current fetch(from, to, callback) could be changed to fetch(type, from, to, callback) (and possibly shortcuts like fetchAvg(from, to, callback) if you're into that sort of thing).

msiebuhr avatar Sep 27 '11 14:09 msiebuhr

Just discovered HWPREDICT, MHWPREDICT, SEASONAL, DEVSEASONAL, DEVPREDICT and FAILURES per http://oss.oetiker.ch/rrdtool/doc/rrdcreate.en.html

msiebuhr avatar Sep 27 '11 15:09 msiebuhr