From: Sebastian Harl Date: Tue, 20 Nov 2012 12:02:18 +0000 (+0100) Subject: collectd.conf: Documented the interval setting. X-Git-Tag: collectd-5.2.0-1~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f4ba7ddb778562c52162c214e4fd43f617bedbc5;p=pkg-collectd.git collectd.conf: Documented the interval setting. --- diff --git a/debian/collectd.conf b/debian/collectd.conf index 57d639e..806aa34 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -17,7 +17,16 @@ FQDNLookup true #BaseDir "/var/lib/collectd" #PluginDir "/usr/lib/collectd" #TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db" + +#----------------------------------------------------------------------------# +# Interval at which to query values. This may be overwritten on a per-plugin # +# base by using the 'Interval' option of the LoadPlugin block: # +# # +# Interval 60 # +# # +#----------------------------------------------------------------------------# #Interval 10 + #Timeout 2 #ReadThreads 5