src/collectd.conf.in: Added the rrdtool plugin and configuration examples.
[collectd.git] / src / collectd.conf.in
index 977dde2..39d7f70 100644 (file)
@@ -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
 #      Process name
 #</Plugin>
 
+#<Plugin rrdtool>
+#      CacheTimeout 120
+#</Plugin>
+
 ## 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.