From 6333effca8747ef0cb16870ccb1226e218817a7e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 15 Jan 2007 19:34:43 +0100 Subject: [PATCH] src/collectd.conf.in: Added the rrdtool plugin and configuration examples. --- src/collectd.conf.in | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2