summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27e6c81)
raw | patch | inline | side by side (parent: 27e6c81)
author | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 12:02:18 +0000 (13:02 +0100) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Tue, 20 Nov 2012 12:02:18 +0000 (13:02 +0100) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 57d639ef561e39ea0d9f3851626c4a4f7833e8d0..806aa34d2234fa69c8194c142d4f5d32de8c05b6 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#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