From 2592fa322f63c2b7db1dc76b5116920efa85d3b0 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 29 Jun 2008 14:25:42 +0200 Subject: [PATCH] rrdcached(1): Documented default settings. --- doc/rrdcached.pod | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 92c65cc..297f009 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -23,20 +23,24 @@ work with up-to-date data. =item B<-l> I
Tells the daemon to bind to I
and accept incoming connections on that -socket. If I
begins with C, everthing following that prefix is +socket. If I
begins with C, everything following that prefix is interpreted as the path to a UNIX domain socket. Otherwise the address or node name are resolved using L. +If the B<-l> option is not specified the default address, +C, will be used. + =item B<-w> I -Data is written to disk every I seconds. +Data is written to disk every I seconds. If this option is not +specified the default interval of 300Eseconds will be used. =item B<-f> I Every I seconds the entire cache is searched for old values which are written to disk. This only concerns files to which updates have stopped, so -setting this to a high value, such as 3600 seconds, is acceptable in most -cases. +setting this to a high value, such as 3600Eseconds, is acceptable in most +cases. This timeout defaults to 3600Eseconds. =back -- 2.11.0