From: Florian Forster Date: Mon, 15 Jan 2007 18:34:43 +0000 (+0100) Subject: src/collectd.conf.in: Added the rrdtool plugin and configuration examples. X-Git-Tag: collectd-4.0.0~228 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=6333effca8747ef0cb16870ccb1226e218817a7e src/collectd.conf.in: Added the rrdtool plugin and configuration examples. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 977dde2f..39d7f70c 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -39,6 +39,7 @@ @BUILD_MODULE_NTPD_TRUE@LoadPlugin ntpd @BUILD_MODULE_PING_TRUE@LoadPlugin ping @BUILD_MODULE_PROCESSES_TRUE@LoadPlugin processes +@BUILD_WITH_RRDTOOL_TRUE@LoadPlugin rrdtool @BUILD_MODULE_SENSORS_TRUE@LoadPlugin sensors @BUILD_MODULE_SERIAL_TRUE@LoadPlugin serial @BUILD_MODULE_SWAP_TRUE@LoadPlugin swap @@ -95,6 +96,10 @@ # Process name # +# +# CacheTimeout 120 +# + ## 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.