summaryrefslogtreecommitdiffstats
path: root/rules/collectd.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-02-05 14:18:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-05 16:51:03 +0100
commit6f4d50a96bde1b5a58958344537cf03a4eac4432 (patch)
treececb2f1a43d091bedb8c33c0900563985d043a76 /rules/collectd.in
parent96c9b0e2a6b326187dc86d78d9480f2c746edd32 (diff)
downloadptxdist-6f4d50a96bde1b5a58958344537cf03a4eac4432.tar.gz
ptxdist-6f4d50a96bde1b5a58958344537cf03a4eac4432.tar.xz
collectd: add support for rrdtool plugin
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/collectd.in')
-rw-r--r--rules/collectd.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/collectd.in b/rules/collectd.in
index c5a29d046..7d2d09017 100644
--- a/rules/collectd.in
+++ b/rules/collectd.in
@@ -2,9 +2,22 @@
menuconfig COLLECTD
tristate
+ select RRDTOOL if COLLECTD_RRDTOOL
prompt "collectd "
help
collectd is a daemon which collects system performance statistics
periodically and provides mechanisms to store the values in a
variety of ways, for example in RRD files.
+if COLLECTD
+
+comment "Write Plugins"
+
+config COLLECTD_RRDTOOL
+ bool
+ prompt "rrdtool"
+ help
+ With the RRDtool plugin, collectd writes values into a
+ round-robin database, using librrd.
+
+endif