--- Matt Massie <[EMAIL PROTECTED]> wrote:
> i just checked in changes to cvs and created a new 2.6.0 snapshot
> which
> is available (along w/RPMs) at http://matt-massie.com/ganglia/
> .
> 
> this version allows you to configure gmetad round-robin archives any
> way
> that you like.
> 
> the default archives are (from the code)...
> config->num_rras = 4;
> config->rras = (char **) malloc (sizeof(char *) * config->num_rras);
> /* 1 hour of 15 sec samples */
> config->rras[0] = strdup("RRA:AVERAGE:0.5:15:240");
> /* 1 day of 6 minute samples */
> config->rras[1] = strdup("RRA:AVERAGE:0.5:360:240");
> /* 1 month of hourly samples */
> config->rras[2] = strdup("RRA:AVERAGE:0.5:3600:744");
> /* 1 year of daily samples */    
> config->rras[3] = strdup("RRA:AVERAGE:0.5:86400:365");
> 
Matt,

 I asked before - is the default setup compatible with pre-2.6.0?

Martin

=====
------------------------------------------------------
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www:   http://www.knobisoft.de

Reply via email to