X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=977dde2ff9818c6da8cb8fd91974493c8c0892f0;hb=refs%2Fheads%2Fcollectd-3.11;hp=29035abf72d43b4bcf69dbff608f3346ef4059b3;hpb=2b19a39383baeebb4fe290e156eb709f044d0593;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 29035abf..977dde2f 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -28,8 +28,10 @@ @BUILD_MODULE_CPUFREQ_TRUE@LoadPlugin cpufreq @BUILD_MODULE_DF_TRUE@LoadPlugin df @BUILD_MODULE_DISK_TRUE@LoadPlugin disk +@BUILD_MODULE_DNS_TRUE@LoadPlugin dns @BUILD_MODULE_HDDTEMP_TRUE@LoadPlugin hddtemp @BUILD_MODULE_LOAD_TRUE@LoadPlugin load +@BUILD_MODULE_MBMON_TRUE@LoadPlugin mbmon @BUILD_MODULE_MEMORY_TRUE@LoadPlugin memory @BUILD_MODULE_MULTIMETER_TRUE@LoadPlugin multimeter @BUILD_MODULE_MYSQL_TRUE@LoadPlugin mysql @@ -58,11 +60,21 @@ # 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 @@ -83,6 +95,23 @@ # Process name # +## There are two different naming schemes for the sensors plugin, to preserver +## 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