Re: Min Max Values
Simon Hobson <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.user |
|---|---|
| Message-ID | <[email protected]> |
jr1 <[email protected]> wrote: > I use > DS:i1:GAUGE:60:-10:100 \ > RRA:AVERAGE:0.5:1:86400 > I need 3 Number for each DS avverage, min, max for a periode of 60 sec. > > How to create the Database? DS:i1:GAUGE:60:-10:100 \ RRA:AVERAGE:0.5:1:86400 RRA:MINIMUM:0.5:1:86400 RRA:MAXIMUM:0.5:1:86400 (or could be MIN and MAX - check the docs) When accessing the data (eg to draw a graph) you need to specify which RRA to use.