From 9d2c4f87ab2ae4a4749dc48eabb0b780ecdd0a99 Mon Sep 17 00:00:00 2001 From: Alexey Remizov Date: Mon, 25 Aug 2014 18:05:25 +0400 Subject: [PATCH] document MaxReadInterval option --- src/collectd.conf.in | 7 ++++--- src/collectd.conf.pod | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) 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 -- 2.30.2