From f4ba7ddb778562c52162c214e4fd43f617bedbc5 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 20 Nov 2012 13:02:18 +0100 Subject: [PATCH] collectd.conf: Documented the interval setting. --- debian/collectd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2