Code

Updated collectd.conf to 3.11.0.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Dec 2006 00:20:55 +0000 (00:20 +0000)
committerSebastian Harl <sh@tokkee.org>
Sat, 23 Dec 2006 00:20:55 +0000 (00:20 +0000)
debian/collectd.conf

index e9e246dce5ef05c80c26d1797d7964780ba5186f..97af438863756926946383d9db5ed7aa7f7ab46a 100644 (file)
@@ -25,9 +25,12 @@ LoadPlugin cpu
 #LoadPlugin cpufreq
 LoadPlugin df
 LoadPlugin disk
+#LoadPlugin dns
 #LoadPlugin hddtemp
 LoadPlugin load
+#LoadPlugin mbmon
 LoadPlugin memory
+#LoadPlugin multimeter
 #LoadPlugin mysql
 #LoadPlugin nfs
 #LoadPlugin ntpd
@@ -54,11 +57,21 @@ LoadPlugin users
 #   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
@@ -76,6 +89,27 @@ LoadPlugin users
 #   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