check_logfiles: 3.7.5.1
[omd.git] / packages / rrdtool / skel / etc / rrdcached.conf
blobf17938a6e11e8c137c5045d91fe78234402f0ef7
1 # Tuning settings for the rrdcached. Please refer to rrdcached(1) for
2 # details. After changing something here, you have to do a restart
3 # of the rrdcached (reload is not sufficient)
5 # Data is written to disk every TIMEOUT seconds. If this option is
6 # not specified the default interval of 300 seconds will be used.
7 TIMEOUT=3600
9 # rrdcached will delay writing of each RRD for a random
10 # number of seconds in the range [0,delay).  This will avoid too many
11 # writes being queued simultaneously.  This value should be no
12 # greater than the value specified in TIMEOUT. 
13 RANDOM_DELAY=1800
15 # Every FLUSH_TIMEOUT seconds the entire cache is searched for old values
16 # which are written to disk. This only concerns files to which
17 # updates have stopped, so setting this to a high value, such as
18 # 3600 seconds, is acceptable in most cases. 
19 FLUSH_TIMEOUT=7200