document MaxReadInterval option
authorAlexey Remizov <alexey@remizov.org>
Mon, 25 Aug 2014 14:05:25 +0000 (18:05 +0400)
committerAlexey Remizov <alexey@remizov.org>
Mon, 25 Aug 2014 14:13:50 +0000 (18:13 +0400)
src/collectd.conf.in
src/collectd.conf.pod

index 21de844..e19d333 100644 (file)
 #----------------------------------------------------------------------------#
 #Interval     10
 
-#Timeout      2
-#ReadThreads  5
-#WriteThreads 5
+#MaxReadInterval 86400
+#Timeout         2
+#ReadThreads     5
+#WriteThreads    5
 
 # Limit the size of the write queue. Default is no limit. Setting up a limit is
 # recommended for servers handling a high volume of traffic.
index bba9055..3fdb8e3 100644 (file)
@@ -212,6 +212,14 @@ B<Warning:> You should set this once and then never touch it again. If you do,
 I<you will have to delete all your RRD files> or know some serious RRDtool
 magic! (Assuming you're using the I<RRDtool> or I<RRDCacheD> plugin.)
 
+=item B<MaxReadInterval> I<Seconds>
+
+Read plugin doubles interval between queries after each failed attempt
+to get data.
+
+This options limits the maximum value of the interval. The default value is
+B<86400>.
+
 =item B<Timeout> I<Iterations>
 
 Consider a value list "missing" when no update has been read or received for