[rrd-users] Min Max Values
Simon Hobson
simon at thehobsons.co.uk
Thu Mar 12 20:34:28 CET 2015
jr1 <jr4711 at hotmail.de> 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.
More information about the rrd-users
mailing list