From: Sebastian Harl Date: Tue, 20 Nov 2012 12:07:16 +0000 (+0100) Subject: collectd.conf: Added a short explanation to the 'Interval' setting. X-Git-Tag: collectd-5.2.1~11^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6854ca4fc32c3085ba80f843604b096c0cb17f46;p=collectd.git collectd.conf: Added a short explanation to the 'Interval' setting. … mentioning the per-plugin interval setting. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 87af1c96..daf2d9a8 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -16,7 +16,16 @@ #PIDFile "@localstatedir@/run/@PACKAGE_NAME@.pid" #PluginDir "@libdir@/@PACKAGE_NAME@" #TypesDB "@prefix@/share/@PACKAGE_NAME@/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