summaryrefslogtreecommitdiffstats
path: root/rrdtool.conf
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2013-04-28 16:10:47 +0200
committerRuben Kerkhof <ruben@rubenkerkhof.com>2013-04-28 16:10:47 +0200
commit6a3c0b7a378345df71c5c8a68affdc652195a93e (patch)
treea415331c447d71eb4266b6a5942d8621fc5ec86a /rrdtool.conf
parent8d6e19d19fd932849769a43f0861d90c44199f2b (diff)
downloadcollectd-6a3c0b7a378345df71c5c8a68affdc652195a93e.tar.gz
collectd-6a3c0b7a378345df71c5c8a68affdc652195a93e.tar.xz
collectd-6a3c0b7a378345df71c5c8a68affdc652195a93e.zip
Uee external config file for rrdtool plugin
Diffstat (limited to 'rrdtool.conf')
-rw-r--r--rrdtool.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/rrdtool.conf b/rrdtool.conf
new file mode 100644
index 0000000..f58406c
--- /dev/null
+++ b/rrdtool.conf
@@ -0,0 +1,6 @@
+LoadPlugin rrdtool
+<Plugin rrdtool>
+ DataDir "/var/lib/collectd/rrd"
+ CacheTimeout 120
+ CacheFlush 900
+</Plugin>