summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba94ff5)
raw | patch | inline | side by side (parent: ba94ff5)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Dec 2006 00:20:55 +0000 (00:20 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Dec 2006 00:20:55 +0000 (00:20 +0000) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index e9e246dce5ef05c80c26d1797d7964780ba5186f..97af438863756926946383d9db5ed7aa7f7ab46a 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin cpufreq
LoadPlugin df
LoadPlugin disk
+#LoadPlugin dns
#LoadPlugin hddtemp
LoadPlugin load
+#LoadPlugin mbmon
LoadPlugin memory
+#LoadPlugin multimeter
#LoadPlugin mysql
#LoadPlugin nfs
#LoadPlugin ntpd
# Port 3551
#</Plugin>
+#<Plugin dns>
+# Interface eth0
+# IgnoreSource 192.168.0.1
+#</Plugin>
+
#<Plugin hddtemp>
# Host 127.0.0.1
# Port 7634
#</Plugin>
+#<Plugin mbmon>
+# Host 127.0.0.1
+# Port 411
+#</Plugin>
+
#<Plugin ntpd>
# Host localhost
# Port 123
# Host host.baz.qux
#</Plugin>
+#<Plugin processes>
+# Process name
+#</Plugin>
+
+## There are two different naming schemes for the sensors plugin, to preserve
+## backwards compatibility. The `extended naming' is prefered, but not the
+## default for this reason. See `collectd.conf(5)' for more information.
+#<Plugin sensors>
+# ExtendedSensorNaming false
+# Sensor it8712-temp1
+# Sensor it8712-fan3
+# Sensor it8712-in8
+## -- OR --
+# ExtendedSensorNaming true
+# Sensor it8712-isa-0290/temperature-temp1
+# Sensor it8712-isa-0290/fanspeed-fan3
+# Sensor it8712-isa-0290/voltage-in8
+#
+# IgnoreSelected false
+#</Plugin>
+
#<Plugin traffic>
# Interface eth0
# IgnoreSelected false