summaryrefslogtreecommitdiffstats
path: root/rules/collectd.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-02-05 14:18:15 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-05 16:51:03 +0100
commit96c9b0e2a6b326187dc86d78d9480f2c746edd32 (patch)
treea4f30126791302035bdb5f8696bbc5e0b022c807 /rules/collectd.in
parent6bc88b62d44fb8790aff76cda62c0fdb7a7e5a86 (diff)
downloadptxdist-96c9b0e2a6b326187dc86d78d9480f2c746edd32.tar.gz
ptxdist-96c9b0e2a6b326187dc86d78d9480f2c746edd32.tar.xz
collectd: add base functionality
This adds collectd, without any further plugin support so far. The systemd unit file was derived from the example delivered with the packet; some default options have been removed, and we don't depend on networking. 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.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/collectd.in b/rules/collectd.in
new file mode 100644
index 000000000..c5a29d046
--- /dev/null
+++ b/rules/collectd.in
@@ -0,0 +1,10 @@
+## SECTION=shell_and_console
+
+menuconfig COLLECTD
+ tristate
+ 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.
+