[EMAIL PROTECTED] wrote:
Orest.
Does ganglia toolkits have posibilities to slow down
database updating rate  not 15 seconds but  30 (60 ) ?

If you find metrics are updating too often, you can modify the values in $GANGLIA_SOURCE/gmond/metric.h (look for mcast_min and mcast_max).

If you're specifically worried about gmetad's writing to RRD files all the time, then you can modify the gmetad source in $GANGLIA_SOURCE/gmetad/data_thread.c ... there's a value in there called sleep_time which is defined as "a random value between 10 and 20 seconds." We know, it should be a config value or something...

Note that lengthening the time between updates *too much* may create gaps in your graph output. If you care about that sort of thing. :)


Reply via email to