From: Sebastian Harl Date: Sat, 23 Dec 2006 00:20:55 +0000 (+0000) Subject: Updated collectd.conf to 3.11.0. X-Git-Tag: collectd-3.11.0-1~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a580d379aac149b28cf9db9131f92636c0f00515;p=pkg-collectd.git Updated collectd.conf to 3.11.0. --- diff --git a/debian/collectd.conf b/debian/collectd.conf index e9e246d..97af438 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -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 # +# +# Interface eth0 +# IgnoreSource 192.168.0.1 +# + # # Host 127.0.0.1 # Port 7634 # +# +# Host 127.0.0.1 +# Port 411 +# + # # Host localhost # Port 123 @@ -76,6 +89,27 @@ LoadPlugin users # Host host.baz.qux # +# +# Process name +# + +## 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. +# +# 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 +# + # # Interface eth0 # IgnoreSelected false