From 6854ca4fc32c3085ba80f843604b096c0cb17f46 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 20 Nov 2012 13:07:16 +0100 Subject: [PATCH] collectd.conf: Added a short explanation to the 'Interval' setting. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … mentioning the per-plugin interval setting. --- src/collectd.conf.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2