From: Alexey Remizov Date: Mon, 25 Aug 2014 14:05:25 +0000 (+0400) Subject: document MaxReadInterval option X-Git-Tag: collectd-5.5.0~206^2~4 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9d2c4f87ab2ae4a4749dc48eabb0b780ecdd0a99;p=collectd.git document MaxReadInterval option --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 21de8440..e19d333c 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -33,9 +33,10 @@ #----------------------------------------------------------------------------# #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. diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index bba90557..3fdb8e3c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -212,6 +212,14 @@ B You should set this once and then never touch it again. If you do, I or know some serious RRDtool magic! (Assuming you're using the I or I plugin.) +=item B I + +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 I Consider a value list "missing" when no update has been read or received for