summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/collectd.d/rrdtool.conf
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/etc/collectd.d/rrdtool.conf')
-rw-r--r--projectroot/etc/collectd.d/rrdtool.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/projectroot/etc/collectd.d/rrdtool.conf b/projectroot/etc/collectd.d/rrdtool.conf
new file mode 100644
index 000000000..1f1190eae
--- /dev/null
+++ b/projectroot/etc/collectd.d/rrdtool.conf
@@ -0,0 +1,10 @@
+LoadPlugin rrdtool
+
+<Plugin rrdtool>
+ DataDir "/var/lib/collectd/rrd"
+ CreateFilesAsync false
+ CacheTimeout 120
+ CacheFlush 900
+ WritesPerSecond 50
+</Plugin>
+