Code

collectd.conf: Documented the interval setting.
authorSebastian Harl <sh@teamix.net>
Tue, 20 Nov 2012 12:02:18 +0000 (13:02 +0100)
committerSebastian Harl <sh@teamix.net>
Tue, 20 Nov 2012 12:02:18 +0000 (13:02 +0100)
debian/collectd.conf

index 57d639ef561e39ea0d9f3851626c4a4f7833e8d0..806aa34d2234fa69c8194c142d4f5d32de8c05b6 100644 (file)
@@ -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:               #
+#   <LoadPlugin foo>                                                         #
+#       Interval 60                                                          #
+#   </LoadPlugin>                                                            #
+#----------------------------------------------------------------------------#
 #Interval 10
+
 #Timeout 2
 #ReadThreads 5